MCPcopy Index your code
hub / github.com/webpy/webpy / pop

Method pop

web/utils.py:1330–1331  ·  view source on GitHub ↗
(self, key, *args)

Source from the content-addressed store, hash-verified

1328 return itervalues(self.__dict__)
1329
1330 def pop(self, key, *args):
1331 return self.__dict__.pop(key, *args)
1332
1333 def popitem(self):
1334 return self.__dict__.popitem()

Callers 15

__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
databaseFunction · 0.80
requestMethod · 0.80
decoratorFunction · 0.80
storifyFunction · 0.80
requeueFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected