Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Open-Bee/DataStudio
/ SimpleClass
Class
SimpleClass
tests/utils/test_registry.py:334–337 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
332
333
@reg.register_module()
334
class
SimpleClass:
335
def
__init__(self, x=0, y=0):
336
self.x = x
337
self.y = y
338
339
return
reg
340
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected