| Modifier and Type | Field and Description |
|---|---|
| public PyObject | |
| public PyObject | |
| public PyObject | |
| public static final int | |
| public static final int | |
| public static final int | |
| public PyObject | |
| public PyObject | |
| public static final PyType |
| Access | Constructor and Description |
|---|---|
| pack-priv |
| Modifier and Type | Method and Description |
|---|---|
| public PyTuple | |
| public PyObject | Returns: a tuple of (class, tuple)Overrides org. Used for pickling. |
| public PyString | __repr__()
Overrides org. Equivalent to the standard Python |
| pack-priv final PyObject | |
| pack-priv static final PyObject | version_info_new(PyNewWrapper new_, boolean init, PyType subtype, PyObject[] args, String[] keywords)
|
| major | back to summary |
|---|---|
| public PyObject major
| |
| micro | back to summary |
|---|---|
| public PyObject micro
| |
| minor | back to summary |
|---|---|
| public PyObject minor
| |
| n_fields | back to summary |
|---|---|
| public static final int n_fields
| |
| n_sequence_fields | back to summary |
|---|---|
| public static final int n_sequence_fields
| |
| n_unnamed_fields | back to summary |
|---|---|
| public static final int n_unnamed_fields
| |
| releaselevel | back to summary |
|---|---|
| public PyObject releaselevel
| |
| serial | back to summary |
|---|---|
| public PyObject serial
| |
| TYPE | back to summary |
|---|---|
| public static final PyType TYPE Hides org. | |
| PyVersionInfo | back to summary |
|---|---|
| pack-priv PyVersionInfo(PyObject... vals) | |
| __getnewargs__ | back to summary |
|---|---|
| public PyTuple __getnewargs__() Overrides org.
| |
| __reduce__ | back to summary |
|---|---|
| public PyObject __reduce__() Overrides org. Used for pickling. | |
| __repr__ | back to summary |
|---|---|
| public PyString __repr__() Overrides org. Doc from org. Equivalent to the standard Python
| |
| version_info___reduce__ | back to summary |
|---|---|
pack-priv final PyObject version_info___reduce__()
| |
| version_info_new | back to summary |
|---|---|
pack-priv static final PyObject version_info_new(PyNewWrapper new_, boolean init, PyType subtype, PyObject[] args, String[] keywords)
| |