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

Method add_call

pythonFiles/tests/util.py:9–10  ·  view source on GitHub ↗
(self, name, args=None, kwargs=None)

Source from the content-addressed store, hash-verified

7 self.calls = []
8
9 def add_call(self, name, args=None, kwargs=None):
10 self.calls.append((name, args, kwargs))
11
12
13class StubProxy(object):

Callers 1

add_callMethod · 0.45

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected