MCPcopy Create free account
hub / github.com/aaPanel/BaoTa / get

Method get

mod/project/node/nodeutil/base.py:38–39  ·  view source on GitHub ↗
(self, key)

Source from the content-addressed store, hash-verified

36 self._data = {}
37
38 def get(self, key):
39 return self._data.get(key, None)
40
41 def set(self, key, value, timeout):
42 self._data[key] = value

Callers 15

test_mirrorFunction · 0.45
create_siteMethod · 0.45
_ckeck_add_domainMethod · 0.45
remove_projectMethod · 0.45
get_cpu_precentMethod · 0.45
get_io_speedMethod · 0.45
get_project_statMethod · 0.45
create_projectMethod · 0.45
start_projectMethod · 0.45
check_path_statusMethod · 0.45
get_package_managersMethod · 0.45
createMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_mirrorFunction · 0.36