Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
allendowney
GitHub Repository: allendowney/cpython
Path: blob/main/Lib/dbm/gnu.py
12 views
1
"""Provide the _gdbm module as a dbm submodule."""
2
3
from _gdbm import *
4
5