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

Method __init__

hvplot/tests/testinteractive.py:58–60  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

56
57class Spy:
58 def __init__(self):
59 self.count = 0
60 self.calls = {}
61
62 def __repr__(self):
63 return f'Spy(count={self.count!r}, calls={self.calls!r})'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected