MCPcopy Index your code
hub / github.com/HelloZeroNet/ZeroNet / get

Method get

plugins/disabled-Multiuser/UserPlugin.py:19–25  ·  view source on GitHub ↗
(self, master_address=None)

Source from the content-addressed store, hash-verified

17 # Find user by master address
18 # Return: User or None
19 def get(self, master_address=None):
20 users = self.list()
21 if master_address in users:
22 user = users[master_address]
23 else:
24 user = None
25 return user
26
27
28@PluginManager.registerTo("User")

Callers 15

actionSiteMediaMethod · 0.45
setInitialLastValuesMethod · 0.45
getCollectorsMethod · 0.45
getSiteCollectorsMethod · 0.45
collectDatasMethod · 0.45
formatSiteInfoMethod · 0.45
actionFeedListFollowMethod · 0.45
actionFeedQueryMethod · 0.45
actionFeedSearchMethod · 0.45
actionSiteMediaMethod · 0.45
actionPatchFileMethod · 0.45
processPeerResFunction · 0.45

Calls 1

listMethod · 0.45

Tested by

no test coverage detected