https://github.com/python/cpython
Raw File
Tip revision: 7d4cc5aa854fdea4d01a5b9c59e37c6e62f1103d authored by Pablo Galindo on 04 April 2023, 21:56:31 UTC
Python 3.10.11
Tip revision: 7d4cc5a
gnu.py
"""Provide the _gdbm module as a dbm submodule."""

from _gdbm import *
back to top