MCPcopy Create free account
hub / github.com/holoviz/hvplot / register_call

Method register_call

hvplot/tests/testinteractive.py:65–67  ·  view source on GitHub ↗
(self, called_args, called_kwargs, **kwargs)

Source from the content-addressed store, hash-verified

63 return f'Spy(count={self.count!r}, calls={self.calls!r})'
64
65 def register_call(self, called_args, called_kwargs, **kwargs):
66 self.calls[self.count] = CallCtxt(called_args, called_kwargs, **kwargs)
67 self.count += 1
68
69
70@pytest.fixture

Callers 1

clone_bisFunction · 0.80

Calls 1

CallCtxtClass · 0.85

Tested by

no test coverage detected