MCPcopy 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
73print("Example 3")
74def bad_reference():
75 print(my_var)
76 my_var = 123
77
78
79print("Example 4")

Callers 1

item_003.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected