Home | Trees | Indices | Help |
|
---|
|
Encapsulates Win32 handles to avoid leaking them.
See Also: ProcessHandle, ThreadHandle, FileHandle, SnapshotHandle
|
|||
|
|||
|
|||
|
|||
|
|||
Handle |
|
||
Handle |
|
||
|
|||
|
|||
Handle |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
|
|||
|
|
|||
__bLeakDetection = False
|
|
|||
bool |
inheritTrue if the handle is to be inherited by child
processes, False otherwise.
|
||
bool |
protectFromClose Set to True to prevent the handle from being closed.
|
|
|||
value | |||
_as_parameter_ Compatibility with ctypes. |
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Duplicates the Win32 handle when copying the Python object.
|
Duplicates the Win32 handle when copying the Python object.
|
Compatibility with ctypes. Allows passing transparently a Handle object to an API call.
|
Low-level close method. This is a private method, do not call it. |
|
Wait for the Win32 object to be signaled.
|
repr(x)
|
|
inheritTrue if the handle is to be inherited by child processes,
False otherwise.
|
protectFromCloseSet toTrue to prevent the handle from being closed. Must be
set to False before you're done using the handle, or it will
be left open until the debugger exits. Use with care!
|
|
value
|
_as_parameter_Compatibility with ctypes. Allows passing transparently a Handle object to an API call.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Dec 20 17:55:07 2013 | http://epydoc.sourceforge.net |