account_data
index
/home/thindil/Projekty/anaria/server/lib/pymodules/account_data.py
account_data.py
Provide data and functions for handle additional account and socket informations
Modules
auxiliary
mud
mudsys
storage
time
Classes
AccountData
SocketData
class
AccountData
Data for account.
Methods defined here:
__init__
(self, set
=None
)
Standard class constructor.
copy
(self)
copyTo
(self, to)
store
(self)
class
SocketData
Data for socket.
Methods defined here:
__init__
(self, set
=None
)
Standard class constructor.
copy
(self)
copyTo
(self, to)
store
(self)