MCPcopy
hub / github.com/firerpa/lamda / stub

Method stub

lamda/client.py:2424–2425  ·  view source on GitHub ↗
(self, module)

Source from the content-addressed store, hash-verified

2422 subject = x509.Certificate.load(der).subject
2423 return subject.native["common_name"]
2424 def stub(self, module):
2425 return self.proxy(module)
2426 def proxy(self, module, clazz=None, **kwargs):
2427 this = sys.modules[__name__]
2428 stub = getattr(services, "{0}Stub".format(module))(self.channel)

Callers 15

download_fdMethod · 0.95
upload_fdMethod · 0.95
download_fileMethod · 0.95
upload_fileMethod · 0.95
delete_fileMethod · 0.95
file_chmodMethod · 0.95
file_statMethod · 0.95
install_local_fileMethod · 0.95
current_applicationMethod · 0.95
start_activityMethod · 0.95

Calls 1

proxyMethod · 0.95

Tested by

no test coverage detected