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