File: dbm.py

package info (click to toggle)
kdevelop-python 24.12.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 12,640 kB
  • sloc: python: 183,048; cpp: 18,798; xml: 140; sh: 14; makefile: 9
file content (16 lines) | stat: -rw-r--r-- 243 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# AUTO-GENERATED FILE -- DO NOT EDIT


__package__ = None

class error(Exception):

  pass

library = 'GNU gdbm'

def open(path, flag=None, mode=None):
  """ open(path[, flag[, mode]]) -> mapping
  Return a database object. """
  return None