class documentation
class TestSocketWrapper(object):
Utility class that opens a domain socket and cleans up as needed.
Method | __init__ |
Constructor cleaning up variables to be used. |
Method |
|
Creates a bound and ready socket, cleaning up in case of failure. |
Method |
|
Destroys the socket and performs all necessary cleanup. |
Instance Variable | sock |
Undocumented |
Instance Variable | tmpdir |
Undocumented |