Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/microsoft/playwright-python
/ append
Method
append
playwright/_impl/_form_data.py:32–34 ·
view source on GitHub ↗
(self, name: str, value: FormDataValue)
Source
from the content-addressed store, hash-verified
30
return
self
31
32
def
append(self, name: str, value: FormDataValue) ->
"FormData"
:
33
self._fields.append((name, value))
34
return
self
Callers
15
test_should_support_form_data_with_repeated_keys
Function · 0.95
test_should_support_form_data_set_overwrites_previous_values
Function · 0.95
test_should_support_multipart_form_data_with_multiple_files_in_one_field
Function · 0.95
test_should_support_form_data_with_repeated_keys
Function · 0.95
test_should_support_multipart_form_data_with_multiple_files_in_one_field
Function · 0.95
main
Function · 0.80
_patch_case
Method · 0.80
print_entry
Method · 0.80
print_events
Method · 0.80
indent_paragraph
Method · 0.80
beautify_method_comment
Method · 0.80
filter_out_redundant_python_code_snippets
Method · 0.80
Calls
no outgoing calls
Tested by
15
test_should_support_form_data_with_repeated_keys
Function · 0.76
test_should_support_form_data_set_overwrites_previous_values
Function · 0.76
test_should_support_multipart_form_data_with_multiple_files_in_one_field
Function · 0.76
test_should_support_form_data_with_repeated_keys
Function · 0.76
test_should_support_multipart_form_data_with_multiple_files_in_one_field
Function · 0.76
_get_skiplist
Function · 0.64
pytest_runtest_logreport
Function · 0.64
_launch_server
Function · 0.64
on_dialog
Function · 0.64
scroll
Function · 0.64
select_text
Function · 0.64
test_existing_response_should_return_none_before_response_arrives
Function · 0.64