MCPcopy Index your code
hub / github.com/python/cpython / Section

Class Section

Lib/email/_header_value_parser.py:723–726  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

721 return token.value
722
723class Section(TokenList):
724
725 token_type = 'section'
726 number = None
727
728
729class Value(TokenList):

Callers 1

get_sectionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…