Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs
  • Loading branch information
corona10 committed Jul 23, 2023
commit 1d1444078097c0af3c3cbe4d86b625e6316a3793
1 change: 1 addition & 0 deletions Doc/library/dbm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ to locate the appropriate header file to simplify building this module.
Close the ``ndbm`` database.

.. method:: ndbm.clear()

Remove all items from the ``ndbm`` database.

.. versionadded:: 3.13
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Add :meth:`clear` to :mod:`dbm.ndbm`. Patch By Dong-hee Na.
Add :meth:`dbm.ndbm.clear` to :mod:`dbm.ndbm`. Patch By Dong-hee Na.