MCPcopy Create free account
hub / github.com/Boris-code/feapder / update

Method update

feapder/network/user_pool/base_user_pool.py:92–93  ·  view source on GitHub ↗
(self, ohter)

Source from the content-addressed store, hash-verified

90 return self.username == other.username
91
92 def update(self, ohter):
93 self.__dict__.update(ohter.to_dict())
94
95 def sycn_to_redis(self):
96 self.redisdb.hset(self.redis_key, self.user_id, self.to_dict())

Callers 4

add_userMethod · 0.45
del_userMethod · 0.45
tag_user_lockedMethod · 0.45
__init__Method · 0.45

Calls 1

to_dictMethod · 0.45

Tested by

no test coverage detected