MCPcopy Create free account
hub / github.com/Open-Bee/DataStudio / __init__

Method __init__

tests/utils/test_registry.py:166–168  ·  view source on GitHub ↗
(self, param1=None, param2=None)

Source from the content-addressed store, hash-verified

164 @registry.register_module()
165 class TestClass:
166 def __init__(self, param1=None, param2=None):
167 self.param1 = param1
168 self.param2 = param2
169
170 return registry
171

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected