Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ keys
Method
keys
extra_tests/snippets/builtin_dir.py:37–39 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
35
return
dir
36
37
def
keys(self):
38
yield
6
39
yield
5
40
41
42
assert eval(
"dir()"
, {}, A()) == [5, 6]
Callers
5
startTestRun
Method · 0.45
test_nested_comp_with_lambda
Function · 0.45
builtin_dict.py
File · 0.45
builtin_range.py
File · 0.45
stdlib_functools.py
File · 0.45
Calls
no outgoing calls
Tested by
2
startTestRun
Method · 0.36
test_nested_comp_with_lambda
Function · 0.36