Class PyVersionInfo

All Implemented Interfaces:
Serializable, Iterable, Collection, List, Traverseproc

public class PyVersionInfo extends PyTuple
See Also:
  • Field Details

  • Method Details

    • __reduce__

      public PyObject __reduce__()
      Used for pickling.
      Overrides:
      __reduce__ in class PyObject
      Returns:
      a tuple of (class, tuple)
    • __getnewargs__

      public PyTuple __getnewargs__()
      Overrides:
      __getnewargs__ in class PyTuple
    • __repr__

      public PyString __repr__()
      Description copied from class: PyObject
      Equivalent to the standard Python __repr__ method. Each sub-class of PyObject is likely to re-define this method to provide for its own reproduction.
      Overrides:
      __repr__ in class PyObject