Home
last modified time | relevance | path

Searched refs:lyFunctionPat (Results 1 – 1 of 1) sorted by relevance

/dports/print/py-python-ly/python-ly-0.9.6/ly/data/
H A Dmakeschemedata.py87 lyFunctionPat = re.compile(r'<u>Function:</u> <b>(ly:.+)</b>') variable
114 for word in lyFunctionPat.finditer(lyFunctionPage.decode('utf-8')):