| Modifier and Type | Field and Description |
|---|---|
| public static final int | |
| public static final int | |
| public static final int | |
| public PyObject | |
| 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 | |
| protected |
| 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 PyString | __repr__()
Overrides org. Equivalent to the standard Python |
| public static PyStatResult | |
| public static PyStatResult | |
| private static double | |
| public static PyStatResult | |
| 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 | stat_result_new(PyNewWrapper wrapper, boolean init, PyType subtype, PyObject[] args, String[] keywords)
|
| public int | traverse(Visitproc visit, Object arg)
Overrides org. Implements org. Traverses all directly contained |
| private static Long | |
| private static Integer |
| 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
| |
| st_atime | back to summary |
|---|---|
| public PyObject st_atime
| |
| st_ctime | back to summary |
|---|---|
| public PyObject st_ctime
| |
| st_dev | back to summary |
|---|---|
| public PyObject st_dev
| |
| st_gid | back to summary |
|---|---|
| public PyObject st_gid
| |
| st_ino | back to summary |
|---|---|
| public PyObject st_ino
| |
| st_mode | back to summary |
|---|---|
| public PyObject st_mode
| |
| st_mtime | back to summary |
|---|---|
| public PyObject st_mtime
| |
| st_nlink | back to summary |
|---|---|
| public PyObject st_nlink
| |
| st_size | back to summary |
|---|---|
| public PyObject st_size
| |
| st_uid | back to summary |
|---|---|
| public PyObject st_uid
| |
| TYPE | back to summary |
|---|---|
| public static final PyType TYPE Hides org. | |
| PyStatResult | back to summary |
|---|---|
| pack-priv PyStatResult(PyObject... vals) | |
| PyStatResult | back to summary |
|---|---|
| protected PyStatResult(PyObject[] vals, PyObject st_atime, PyObject st_mtime, PyObject st_ctime) | |
| __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. | |
| __repr__ | back to summary |
|---|---|
| public PyString __repr__() Overrides org. Doc from org. Equivalent to the standard Python
| |
| fromDosFileAttributes | back to summary |
|---|---|
| public static PyStatResult fromDosFileAttributes(int mode, DosFileAttributes stat) | |
| fromFileStat | back to summary |
|---|---|
| public static PyStatResult fromFileStat(FileStat stat) | |
| fromFileTime | back to summary |
|---|---|
| private static double fromFileTime(FileTime fileTime) | |
| fromUnixFileAttributes | back to summary |
|---|---|
| public static PyStatResult fromUnixFileAttributes(Map<String, Object> stat) | |
| 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
| |
| stat_result___eq__ | back to summary |
|---|---|
pack-priv final synchronized PyObject stat_result___eq__(PyObject o)
| |
| stat_result___ne__ | back to summary |
|---|---|
pack-priv final synchronized PyObject stat_result___ne__(PyObject o)
| |
| stat_result___reduce__ | back to summary |
|---|---|
pack-priv final PyObject stat_result___reduce__()
| |
| stat_result_new | back to summary |
|---|---|
pack-priv static PyObject stat_result_new(PyNewWrapper wrapper, boolean init, PyType subtype, PyObject[] args, String[] keywords)
| |
| traverse | back to summary |
|---|---|
| public int traverse(Visitproc visit, Object arg) Overrides org. Implements org. Doc from org. Traverses all directly contained
| |
| zeroOrValue | back to summary |
|---|---|
| private static Long zeroOrValue(Long value) | |
| zeroOrValue | back to summary |
|---|---|
| private static Integer zeroOrValue(Integer value) | |