Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustPython/RustPython
/ test
Function
test
Lib/bdb.py:1204–1206 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1202
return
a/2
1203
1204
def
test():
1205
t = Tdb()
1206
t.run(
'import bdb; bdb.foo(10)'
)
Callers
nothing calls this directly
Calls
2
Tdb
Class · 0.85
run
Method · 0.45
Tested by
no test coverage detected