MCPcopy 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
6class MyClass(ConfigTracker):
7 def __init__(self, i_need_this='yes') -> None:
8 super().__init__(locals())
9
10
11class TestConfigTracker(unittest.TestCase):

Callers 1

test_initMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_initMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…