MCPcopy Index your code
hub / github.com/RustPython/RustPython / Section

Class Section

Lib/email/_header_value_parser.py:716–719  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

714 return token.value
715
716class Section(TokenList):
717
718 token_type = 'section'
719 number = None
720
721
722class Value(TokenList):

Callers 1

get_sectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected