xref
: /
external
/
python
/
cpython3
/
Lib
/
dbm
/
ndbm.py
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
"""Provide the _dbm module as a dbm submodule."""
2
3
from
_dbm
import
*
4