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

Method call_0

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

Source from the content-addressed store, hash-verified

241 return self.verf
242
243 def call_0(self):
244 # Procedure 0 is always like this
245 return self.make_call(0, None, None, None)
246
247
248# Record-Marking standard support

Callers

nothing calls this directly

Calls 1

make_callMethod · 0.95

Tested by

no test coverage detected