xtd.network.server.param module

class xtd.network.server.param.ParamPage(p_credentials=None)[source]

Bases: object

__init__(p_credentials=None)[source]
static get_data()[source]
check_password(p_realm, p_username, p_password)[source]
write(*p_args, **p_kwds)[source]
default(*p_args, **p_kwds)[source]
__dict__ = mappingproxy({'check_password': <function ParamPage.check_password at 0x7f200fb9f7b8>, '__module__': 'xtd.network.server.param', 'get_data': <staticmethod object at 0x7f200fed0550>, '__dict__': <attribute '__dict__' of 'ParamPage' objects>, '__weakref__': <attribute '__weakref__' of 'ParamPage' objects>, 'write': <function ParamPage.write at 0x7f200fb9f8c8>, '__doc__': None, '__init__': <function ParamPage.__init__ at 0x7f200fb9f488>, 'default': <function ParamPage.default at 0x7f200fb9f950>})
__module__ = 'xtd.network.server.param'
__weakref__

list of weak references to the object (if defined)