Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
350
class
_DictCache(dict):
Callers
15
setup.py
File · 0.80
save2
Function · 0.80
__init__
Method · 0.80
_g_set_path_names
Method · 0.80
_f_walk
Method · 0.80
_g_copy
Method · 0.80
_g_del_location
Method · 0.80
_g_copy_with_stats
Method · 0.80
_get_info
Method · 0.80
_get_variable_names
Function · 0.80
_g_unrefnode
Method · 0.80
_g_copy
Method · 0.80
Calls
no outgoing calls
Tested by
3
test08_AppendModifyRows
Method · 0.64
test06a_Object
Method · 0.64
test06b_Object
Method · 0.64