MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / comma_separated

Function comma_separated

lib/matplotlib/_fontconfig_pattern.py:57–58  ·  view source on GitHub ↗
(elem)

Source from the content-addressed store, hash-verified

55@cache # The parser instance is a singleton.
56def _make_fontconfig_parser():
57 def comma_separated(elem):
58 return elem + ZeroOrMore(Suppress(",") + elem)
59
60 family = Regex(fr"([^{_family_punc}]|(\\[{_family_punc}]))*")
61 size = Regex(r"([0-9]+\.?[0-9]*|\.[0-9]+)")

Callers 1

_make_fontconfig_parserFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…