MCPcopy Create free account
hub / github.com/nodejs/node / parse_marker

Function parse_marker

tools/gyp/pylib/packaging/_parser.py:254–255  ·  view source on GitHub ↗
(source: str)

Source from the content-addressed store, hash-verified

252# Recursive descent parser for marker expression
253# --------------------------------------------------------------------------------------
254def parse_marker(source: str) -> MarkerList:
255 return _parse_full_marker(Tokenizer(source, rules=DEFAULT_RULES))
256
257
258def _parse_full_marker(tokenizer: Tokenizer) -> MarkerList:

Callers

nothing calls this directly

Calls 2

_parse_full_markerFunction · 0.85
TokenizerClass · 0.70

Tested by

no test coverage detected