Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ get_vars_f2
Method
get_vars_f2
Lib/test/test_builtin.py:2072–2076 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2070
2071
@staticmethod
2072
def
get_vars_f2():
2073
BuiltinTest.get_vars_f0()
2074
a = 1
2075
b = 2
2076
return
vars()
2077
2078
class
C_get_vars(object):
2079
def
getDict(self):
Callers
1
test_vars
Method · 0.95
Calls
2
vars
Function · 0.85
get_vars_f0
Method · 0.80
Tested by
no test coverage detected