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

Method mkverf

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

Source from the content-addressed store, hash-verified

235 return self.cred
236
237 def mkverf(self):
238 # Override this to use a more powerful verifier
239 if self.verf is None:
240 self.verf = (auth_flavor.AUTH_NULL, make_auth_null())
241 return self.verf
242
243 def call_0(self):
244 # Procedure 0 is always like this

Callers 1

start_callMethod · 0.95

Calls 1

make_auth_nullFunction · 0.85

Tested by

no test coverage detected