MCPcopy 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_varsMethod · 0.95
get_vars_f2Method · 0.80

Calls 1

varsFunction · 0.85

Tested by

no test coverage detected