Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ get_vars_f0
Method
get_vars_f0
Lib/test/test_builtin.py:2068–2069 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2066
2067
@staticmethod
2068
def
get_vars_f0():
2069
return
vars()
2070
2071
@staticmethod
2072
def
get_vars_f2():
Callers
2
test_vars
Method · 0.95
get_vars_f2
Method · 0.80
Calls
1
vars
Function · 0.85
Tested by
no test coverage detected