MCPcopy Create free account
hub / github.com/PyTables/PyTables / pop

Method pop

tables/file.py:344–347  ·  view source on GitHub ↗
(self, key, d=__marker)

Source from the content-addressed store, hash-verified

342 __marker = object()
343
344 def pop(self, key, d=__marker):
345 if d is not self.__marker:
346 return d
347 raise KeyError(key)
348
349
350class _DictCache(dict):

Callers 15

setup.pyFile · 0.80
save2Function · 0.80
__init__Method · 0.80
_g_set_path_namesMethod · 0.80
_f_walkMethod · 0.80
_g_copyMethod · 0.80
_g_del_locationMethod · 0.80
_g_copy_with_statsMethod · 0.80
_get_infoMethod · 0.80
_get_variable_namesFunction · 0.80
_g_unrefnodeMethod · 0.80
_g_copyMethod · 0.80

Calls

no outgoing calls

Tested by 3

test06a_ObjectMethod · 0.64
test06b_ObjectMethod · 0.64