| Modifier and Type | Field and Description |
|---|---|
| public final int | |
| public final int | |
| public final int | |
| public PyObject | |
| public PyObject | |
| public PyObject | |
| public PyObject | |
| public PyObject | |
| public PyObject | |
| public PyObject | |
| public PyObject | |
| public PyObject | |
| public static final PyType |
| Access | Constructor and Description |
|---|---|
| pack-priv |
| Modifier and Type | Method and Description |
|---|---|
| public synchronized PyObject | __eq__(PyObject
the object to compare this with. o)Overrides org. Equivalent to the standard Python __eq__ method. |
| public PyTuple | |
| public synchronized PyObject | __ne__(PyObject
the object to compare this with. o)Overrides org. Equivalent to the standard Python __ne__ method. |
| public PyObject | Returns: a tuple of (class, tuple)Overrides org. Used for pickling. |
| public boolean | refersDirectlyTo(PyObject ob)
Overrides org. Implements org. Optional operation. |
| pack-priv final synchronized PyObject | |
| pack-priv final synchronized PyObject | |
| pack-priv final PyObject | |
| pack-priv static PyObject | struct_time_new(PyNewWrapper wrapper, boolean init, PyType subtype, PyObject[] args, String[] keywords)
|
| pack-priv final String | |
| public String | toString()
Overrides org. Returns a string representation of the object. |
| public int | traverse(Visitproc visit, Object arg)
Overrides org. Implements org. Traverses all directly contained |
| n_fields | back to summary |
|---|---|
| public final int n_fields
| |
| n_sequence_fields | back to summary |
|---|---|
| public final int n_sequence_fields
| |
| n_unnamed_fields | back to summary |
|---|---|
| public final int n_unnamed_fields
| |
| tm_hour | back to summary |
|---|---|
| public PyObject tm_hour
| |
| tm_isdst | back to summary |
|---|---|
| public PyObject tm_isdst
| |
| tm_mday | back to summary |
|---|---|
| public PyObject tm_mday
| |
| tm_min | back to summary |
|---|---|
| public PyObject tm_min
| |
| tm_mon | back to summary |
|---|---|
| public PyObject tm_mon
| |
| tm_sec | back to summary |
|---|---|
| public PyObject tm_sec
| |
| tm_wday | back to summary |
|---|---|
| public PyObject tm_wday
| |
| tm_yday | back to summary |
|---|---|
| public PyObject tm_yday
| |
| tm_year | back to summary |
|---|---|
| public PyObject tm_year
| |
| TYPE | back to summary |
|---|---|
| public static final PyType TYPE Hides org. | |
| PyTimeTuple | back to summary |
|---|---|
| pack-priv PyTimeTuple(PyObject... vals) | |
| __eq__ | back to summary |
|---|---|
| public synchronized PyObject __eq__(PyObject o) Overrides org. Doc from org. Equivalent to the standard Python __eq__ method. | |
| __getnewargs__ | back to summary |
|---|---|
| public PyTuple __getnewargs__() Overrides org. | |
| __ne__ | back to summary |
|---|---|
| public synchronized PyObject __ne__(PyObject o) Overrides org. Doc from org. Equivalent to the standard Python __ne__ method. | |
| __reduce__ | back to summary |
|---|---|
| public PyObject __reduce__() Overrides org. Used for pickling.
| |
| refersDirectlyTo | back to summary |
|---|---|
| public boolean refersDirectlyTo(PyObject ob) Overrides org. Implements org. Doc from org. Optional operation.
Should only be implemented if it is more efficient
than calling
| |
| struct_time___eq__ | back to summary |
|---|---|
pack-priv final synchronized PyObject struct_time___eq__(PyObject o)
| |
| struct_time___ne__ | back to summary |
|---|---|
pack-priv final synchronized PyObject struct_time___ne__(PyObject o)
| |
| struct_time___reduce__ | back to summary |
|---|---|
pack-priv final PyObject struct_time___reduce__()
| |
| struct_time_new | back to summary |
|---|---|
pack-priv static PyObject struct_time_new(PyNewWrapper wrapper, boolean init, PyType subtype, PyObject[] args, String[] keywords)
| |
| struct_time_toString | back to summary |
|---|---|
pack-priv final String struct_time_toString()
| |
| toString | back to summary |
|---|---|
| public String toString() Overrides org. Doc from java. Returns a string representation of the object.
Satisfying this method's contract implies a non- | |
| traverse | back to summary |
|---|---|
| public int traverse(Visitproc visit, Object arg) Overrides org. Implements org. Doc from org. Traverses all directly contained
| |