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

Method parse

tools/python-3.11.9-amd64/Lib/string.py:287–288  ·  view source on GitHub ↗
(self, format_string)

Source from the content-addressed store, hash-verified

285 # if field_name is not None, it is looked up, formatted
286 # with format_spec and conversion and then used
287 def parse(self, format_string):
288 return _string.formatter_parser(format_string)
289
290
291 # given a field_name, find the object it references.

Callers 5

_vformatMethod · 0.95
findsourceFunction · 0.45
_signature_fromstrFunction · 0.45
_create_treeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected