Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ make_header
Method
make_header
Lib/test/test_email/test_headerregistry.py:79–80 ·
view source on GitHub ↗
(self, name, value)
Source
from the content-addressed store, hash-verified
77
factory = headerregistry.HeaderRegistry()
78
79
def
make_header(self, name, value):
80
return
self.factory(name, value)
81
82
83
class
TestBaseHeaderFeatures(TestHeaderBase):
Callers
15
test_make_header_handles_binary_unknown8bit
Method · 0.80
test_str
Method · 0.80
test_substr
Method · 0.80
test_has_name
Method · 0.80
_test_attr_ro
Method · 0.80
test_defects_is_tuple
Method · 0.80
string_as_value
Method · 0.80
test_parse_date
Method · 0.80
test_set_from_datetime
Method · 0.80
test_date_header_properties
Method · 0.80
test_resent_date_header_properties
Method · 0.80
test_no_value_is_defect
Method · 0.80
Calls
1
factory
Method · 0.45
Tested by
no test coverage detected