MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / add_call

Method add_call

pythonFiles/tests/util.py:22–26  ·  view source on GitHub ↗
(self, funcname, *args, **kwargs)

Source from the content-addressed store, hash-verified

20 return self.stub.calls
21
22 def add_call(self, funcname, *args, **kwargs):
23 callname = funcname
24 if self.name:
25 callname = "{}.{}".format(self.name, funcname)
26 return self.stub.add_call(callname, *args, **kwargs)

Callers

nothing calls this directly

Calls 2

formatMethod · 0.65
add_callMethod · 0.45

Tested by

no test coverage detected