carputils
Doxygen code documentation for the python framework controlling openCARP
|
Implements a file-like mixin that essentially allows self-closing when exiting a "with-block". More...
Public Member Functions | |
def | __enter__ (self) |
def | __exit__ (self, exc_type, exc_val, exc_tb) |
Implements a file-like mixin that essentially allows self-closing when exiting a "with-block".
For information on context managers see https://docs.python.org/2/library/stdtypes.html#context-manager-types
def carputils.carpio.filelike.FileLikeMixin.__enter__ | ( | self | ) |
def carputils.carpio.filelike.FileLikeMixin.__exit__ | ( | self, | |
exc_type, | |||
exc_val, | |||
exc_tb | |||
) |