MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / open

Function open

Lib/anydbm.py:57–85  ·  view source on GitHub ↗

Open or create database at path given by *file*. Optional argument *flag* can be 'r' (default) for read-only access, 'w' for read-write access of an existing database, 'c' for read-write access to a new or existing database, and 'n' for read-write access to a new database. Note

(file, flag='r', mode=0666)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

whichdbFunction · 0.90
openMethod · 0.45

Tested by

no test coverage detected