Home
last modified time | relevance | path

Searched refs:_checkflag (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Lib/bsddb/
D__init__.py356 flags = _checkflag(flag, file)
373 flags = _checkflag(flag, file)
391 flags = _checkflag(flag, file)
417 def _checkflag(flag, file): function