Home
last modified time | relevance | path

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

/dports/textproc/py-sparqlwrapper/SPARQLWrapper-1.8.5/
H A Dsetup.py23 _authors_re = re.compile(r'__authors__\s*=\s*"(.*)"') variable
32 authors_match = _authors_re.match(line)