Public Member Functions | |
def | __init__ (self, server_name) |
def | __str__ (self) |
Public Attributes | |
server_name | |
def errors.ServerNotFoundException.__init__ | ( | self, | |
server_name | |||
) |
Definition at line 13 of file errors.py.
def errors.ServerNotFoundException.__str__ | ( | self | ) |
Definition at line 16 of file errors.py.
References errors.ServerNotFoundException.server_name.
Referenced by edmStreamStallGrapher.Point.__repr__().
errors.ServerNotFoundException.server_name |
Definition at line 14 of file errors.py.
Referenced by errors.ServerNotFoundException.__str__().