class documentation

class emulate_nonposix:

View In Hierarchy

Context manager to emulate os.name != 'posix'
Method __enter__ Undocumented
Method __exit__ Undocumented
Method __init__ Undocumented
Instance Variable ​_new​_name Undocumented
Instance Variable ​_old​_name Undocumented
def __enter__(self):

Undocumented

def __exit__(self, exc_type, exc_value, traceback):

Undocumented

def __init__(self, osname='non-posix'):

Undocumented

_new_name =

Undocumented

_old_name =

Undocumented