MCPcopy
hub / github.com/beetbox/beets / _normparse

Function _normparse

test/test_template.py:44–46  ·  view source on GitHub ↗

Parse a template and then normalize the resulting Expression.

(text)

Source from the content-addressed store, hash-verified

42
43
44def _normparse(text):
45 """Parse a template and then normalize the resulting Expression."""
46 return _normexpr(functemplate._parse(text))
47
48
49class ParseTest(unittest.TestCase):

Calls 2

_normexprFunction · 0.85
_parseMethod · 0.80

Tested by

no test coverage detected