Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/hankcs/HanLP
/ MyClass
Class
MyClass
tests/test_config_tracker.py:6–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
5
6
class
MyClass(ConfigTracker):
7
def
__init__(self, i_need_this=
'yes'
) -> None:
8
super().__init__(locals())
9
10
11
class
TestConfigTracker(unittest.TestCase):
Callers
1
test_init
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_init
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…