MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / Attribute

Class Attribute

tools/python-3.11.9-amd64/Lib/email/_header_value_parser.py:690–698  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

688
689
690class Attribute(TokenList):
691
692 token_type = 'attribute'
693
694 @property
695 def stripped_value(self):
696 for token in self:
697 if token.token_type.endswith('attrtext'):
698 return token.value
699
700class Section(TokenList):
701

Callers 3

classify_class_attrsFunction · 0.85
get_attributeFunction · 0.85
get_extended_attributeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected