MCPcopy Create free account
hub / github.com/LabPy/lantz / mkcred

Method mkcred

lantz/drivers/legacy/rpc.py:231–235  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

229 raise RPCError('do_call not defined')
230
231 def mkcred(self):
232 # Override this to use more powerful credentials
233 if self.cred is None:
234 self.cred = (auth_flavor.AUTH_NULL, make_auth_null())
235 return self.cred
236
237 def mkverf(self):
238 # Override this to use a more powerful verifier

Callers 1

start_callMethod · 0.95

Calls 1

make_auth_nullFunction · 0.85

Tested by

no test coverage detected