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

Method value_parser

Lib/email/headerregistry.py:330–333  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

328
329 @staticmethod
330 def value_parser(value):
331 address_list, value = parser.get_address_list(value)
332 assert not value, 'this should not happen'
333 return address_list
334
335 @classmethod
336 def parse(cls, value, kwds):

Callers 8

parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected