diff --git a/docs/technical/autogen/classes.html b/docs/technical/autogen/classes.html index 5e14a91..38f3ff8 100644 --- a/docs/technical/autogen/classes.html +++ b/docs/technical/autogen/classes.html @@ -45,8 +45,7 @@ Here be dragons.
-class NotAuthenticatedError(builtins.Exception) | ||
- | Exception raised by checkAuthenticated() when a user fails authentication -requirements. | |
- |
-Data descriptors defined here: -
-Methods inherited from builtins.Exception: -
-Methods inherited from builtins.BaseException: -
-Data descriptors inherited from builtins.BaseException: -
|
-
class Protocol(builtins.object) | ||||
Base Protocol module class for PyLink. | ||||
Methods defined here: -
| class ProtocolError(builtins.Exception) | |||
+ | ||||
+ | Common base class for all non-exit exceptions. | |||
| ||||
- | conf = {'bot': {'nick': 'PyLink', 'realname': 'PyLink Service Client', 'serverdesc': 'PyLink unit tests', 'user': 'pylink'}, 'logging': {'stdout': 'CRITICAL'}, 'servers': defaultdict(<function <lambda> at 0x7f36077522f0>, {})} + | conf = {'bot': {'nick': 'PyLink', 'realname': 'PyLink Service Client', 'serverdesc': 'PyLink unit tests', 'user': 'pylink'}, 'logging': {'stdout': 'CRITICAL'}, 'servers': defaultdict(<function <lambda> at 0x7fcfaf78de18>, {})} confname = 'testconf' curdir = '/home/gl/pylink' files = None diff --git a/docs/technical/autogen/conf.html b/docs/technical/autogen/conf.html index 947675c..7aa280a 100644 --- a/docs/technical/autogen/conf.html +++ b/docs/technical/autogen/conf.html @@ -47,8 +47,8 @@ configurations from arbitrary files. Data | ||
- | conf = {'bot': {'nick': 'PyLink', 'realname': 'PyLink Service Client', 'serverdesc': 'PyLink unit tests', 'user': 'pylink'}, 'logging': {'stdout': 'CRITICAL'}, 'servers': defaultdict(<function <lambda> at 0x7fcd1260b730>, {})} + | conf = {'bot': {'nick': 'PyLink', 'realname': 'PyLink Service Client', 'serverdesc': 'PyLink unit tests', 'user': 'pylink'}, 'logging': {'stdout': 'CRITICAL'}, 'servers': defaultdict(<function <lambda> at 0x7fee74c229d8>, {})} confname = 'testconf' fname = None -testconf = {'bot': {'nick': 'PyLink', 'realname': 'PyLink Service Client', 'serverdesc': 'PyLink unit tests', 'user': 'pylink'}, 'logging': {'stdout': 'CRITICAL'}, 'servers': defaultdict(<function <lambda> at 0x7fcd1260b730>, {})} |