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

Class Attribute

Lib/email/_header_value_parser.py:713–721  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

711
712
713class Attribute(TokenList):
714
715 token_type = 'attribute'
716
717 @property
718 def stripped_value(self):
719 for token in self:
720 if token.token_type.endswith('attrtext'):
721 return token.value
722
723class Section(TokenList):
724

Callers 4

classify_class_attrsFunction · 0.85
get_attributeFunction · 0.85
get_extended_attributeFunction · 0.85

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…