Post-process docstring output
This commit is contained in:
parent
09c602dd69
commit
29fc31bb01
5 changed files with 140 additions and 97 deletions
|
|
@ -76,6 +76,7 @@ class PortalSessionHandler(SessionHandler):
|
|||
|
||||
Returns:
|
||||
sessid
|
||||
|
||||
"""
|
||||
self.latest_sessid += 1
|
||||
if self.latest_sessid in self:
|
||||
|
|
@ -247,7 +248,7 @@ class PortalSessionHandler(SessionHandler):
|
|||
for the protocol used, eg
|
||||
'evennia.server.portal.irc.IRCClientFactory'
|
||||
config (dict): Dictionary of configuration options, fed as
|
||||
**kwarg to protocol class' __init__ method.
|
||||
`**kwargs` to protocol class' __init__ method.
|
||||
|
||||
Raises:
|
||||
RuntimeError: If The correct factory class is not found.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue