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