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

Method items

web/utils.py:1307–1308  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1305 return self.__dict__.get(key, default)
1306
1307 def items(self):
1308 return self.__dict__.items()
1309
1310 def iteritems(self):
1311 return iteritems(self.__dict__)

Callers 12

GETMethod · 0.80
insertMethod · 0.80
updateMethod · 0.80
requestMethod · 0.80
run_wsgi_appMethod · 0.80
__call__Method · 0.80
py3helpers.pyFile · 0.80
__init__Method · 0.80
rawinputFunction · 0.80
parse_cookiesFunction · 0.80
urlencodeFunction · 0.80
__str__Method · 0.80

Calls

no outgoing calls

Tested by 1

GETMethod · 0.64