Code
Hub
Trending
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
GET
Method · 0.80
insert
Method · 0.80
update
Method · 0.80
request
Method · 0.80
run_wsgi_app
Method · 0.80
__call__
Method · 0.80
py3helpers.py
File · 0.80
__init__
Method · 0.80
rawinput
Function · 0.80
parse_cookies
Function · 0.80
urlencode
Function · 0.80
__str__
Method · 0.80
Calls
no outgoing calls
Tested by
1
GET
Method · 0.64