MCPcopy Index your code
hub / github.com/python/cpython / test_dbm_ndbm.py

File test_dbm_ndbm.py

Lib/test/test_dbm_ndbm.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from test.support import import_helper
2from test.support import os_helper
3import_helper.import_module("dbm.ndbm") #skip if not supported
4import os

Callers

nothing calls this directly

Calls 2

import_moduleMethod · 0.45
mainMethod · 0.45

Tested by

no test coverage detected