Ft.Server.Server._processc
This module provides functionality for manipulating processes.
Functions:
Process() -- create a new process object
Special objects:
ProcessType -- type object for process objects
ProcessError -- exception raised for errors
Classes
-
class ProcessError(exceptions.Exception)
Data and other non-method functions defined here:
- __doc__ = None
- __module__ = 'Ft.Server.Server._processc'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
-
class ProcessType(__builtin__.object)
Data and other non-method functions defined here:
- __doc__ = None
Functions
- DetachProcess(...)
-
DetachProcess()
Detaches the calling process for its terminal.
- Process(...)
-
Process(path, args[, env]) -> process object
Create a new process
Data
- __file__ = 'build/lib.linux-ppc-2.2/Ft/Server/Server/_processc.so'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
- __name__ = 'Ft.Server.Server._processc'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.