(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/api/processControl.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/api/utilities.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/api/utilities.html| ]]
|
Python/C API Reference Manual
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/api/contents.html| ]]
|
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/api/genindex.html| ]]
|
Next: 5.2 Process Control Up: 5. Utilities Previous: 5. Utilities
5.1 OS Utilities
- int Py_FdIsInteractive (FILE *fp, char *filename)
- Return true (nonzero) if the standard I/O file fp with name filename is deemed interactive. This is the case for files for which "isatty(fileno(fp))" is true. If the global flag Py_InteractiveFlag is true, this function also returns true if the name pointer is NULL or if the name is equal to one of the strings
"<stdin>" or "???".
- long PyOS_GetLastModificationTime (char *filename)
- Return the time of last modification of the file filename. The result is encoded in the same way as the timestamp returned by the standard C library function time().
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/api/processControl.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/api/utilities.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/api/utilities.html| ]]
|
Python/C API Reference Manual
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/api/contents.html| ]]
|
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/api/genindex.html| ]]
|
Next: 5.2 Process Control Up: 5. Utilities Previous: 5. Utilities
Send comments on this document to python-docs@python.org.