Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bslatkin/effectivepython
/ bad_reference
Function
bad_reference
example_code/item_003.py:74–76 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
72
73
print(
"Example 3"
)
74
def
bad_reference():
75
print(my_var)
76
my_var = 123
77
78
79
print(
"Example 4"
)
Callers
1
item_003.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected