MCPcopy Create free account
hub / github.com/scottrogowski/code2flow / d

Method d

tests/test_code/py/simple_b/simple_b.py:16–17  ·  view source on GitHub ↗
(a="String")

Source from the content-addressed store, hash-verified

14
15class c():
16 def d(a="String"):
17 a("AnotherSTR")
18
19
20c.d()

Callers 1

simple_b.pyFile · 0.45

Calls 1

aFunction · 0.70

Tested by

no test coverage detected