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

Class Attribute

Lib/email/_header_value_parser.py:706–714  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

704
705
706class Attribute(TokenList):
707
708 token_type = 'attribute'
709
710 @property
711 def stripped_value(self):
712 for token in self:
713 if token.token_type.endswith('attrtext'):
714 return token.value
715
716class Section(TokenList):
717

Callers 8

classify_class_attrsFunction · 0.85
get_attributeFunction · 0.85
get_extended_attributeFunction · 0.85
parse_partMethod · 0.85
ast_from_objectMethod · 0.85
getMethod · 0.85
get_specialMethod · 0.85

Calls

no outgoing calls

Tested by 1