Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scottrogowski/code2flow
/ c
Class
c
tests/test_code/py/simple_b/simple_b.py:15–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
14
15
class
c():
16
def
d(a=
"String"
):
17
a(
"AnotherSTR"
)
18
19
20
c.d()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected