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