MCPcopy Create free account
hub / github.com/bedroombuilds/python2rust / scope.py

File scope.py

01_numbers/python/scope.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# LEGB rule: Local, Enclosing, Global, and Built-in
2
3global_variable = 1
4

Callers

nothing calls this directly

Calls 1

fFunction · 0.85

Tested by

no test coverage detected