mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-09 00:29:52 +08:00
MAINT: Updated the naming scheme from reconstruct to set_state
This commit is contained in:
+1
-1
@@ -168,7 +168,7 @@ class Account(object):
|
||||
def _get_state(self):
|
||||
return 'Account', self.__dict__
|
||||
|
||||
def _reconstruct(self, saved_state):
|
||||
def _set_state(self, saved_state):
|
||||
self.__dict__.update(saved_state)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user