MCPcopy 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
1204def test():
1205 t = Tdb()
1206 t.run('import bdb; bdb.foo(10)')

Callers

nothing calls this directly

Calls 2

TdbClass · 0.85
runMethod · 0.45

Tested by

no test coverage detected