Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pylons/webtest
/ items
Method
items
tests/test_debugapp.py:176–177 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
174
def
test_fake_dict(self):
175
class
FakeDict:
176
def
items(self):
177
return
[(
'a'
,
'10'
), (
'a'
,
'20'
)]
178
self.app.post(
'/params'
, params=FakeDict())
Callers
11
lint
Method · 0.80
upload_fields
Method · 0.80
__call__
Method · 0.80
encode_params
Function · 0.80
header_items
Method · 0.80
request
Method · 0.80
do_request
Method · 0.80
_gen_request
Method · 0.80
get_files_page
Method · 0.80
get_files_page
Method · 0.80
submit_app
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected