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