MCPcopy Create free account
hub / github.com/0x676e67/wreq-python / HeaderMap

Class HeaderMap

src/client/typing/header.rs:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14#[pyclass(subclass)]
15#[derive(Clone)]
16pub struct HeaderMap(pub header::HeaderMap);
17
18#[pymethods]
19impl HeaderMap {

Callers 15

header_map.pyFile · 0.90
newMethod · 0.85
headersMethod · 0.85
newMethod · 0.85
newMethod · 0.85
test_insert_and_getFunction · 0.85
test_append_and_get_allFunction · 0.85
test_remove_and_delitemFunction · 0.85
test_setitem_and_getitemFunction · 0.85
test_len_and_keys_lenFunction · 0.85
test_clearFunction · 0.85

Calls

no outgoing calls

Tested by 12

test_insert_and_getFunction · 0.68
test_append_and_get_allFunction · 0.68
test_remove_and_delitemFunction · 0.68
test_setitem_and_getitemFunction · 0.68
test_len_and_keys_lenFunction · 0.68
test_clearFunction · 0.68
test_items_and_iterFunction · 0.68
test_edge_casesFunction · 0.68
test_get_with_defaultFunction · 0.68
test_send_headersFunction · 0.68
test_update_headersFunction · 0.68