Home
last modified time | relevance | path

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

/dports/textproc/py-sphinx/Sphinx-3.5.2/build/lib/sphinx/ext/napoleon/
H A Ddocstring.py42 _xref_regex = re.compile( variable
744 elif _xref_regex.match(_type):
1002 elif _xref_regex.match(token):
1021 if _xref_regex.match(translation) is None:
/dports/textproc/py-sphinx/Sphinx-3.5.2/sphinx/ext/napoleon/
H A Ddocstring.py42 _xref_regex = re.compile( variable
744 elif _xref_regex.match(_type):
1002 elif _xref_regex.match(token):
1021 if _xref_regex.match(translation) is None:
/dports/textproc/py-sphinx/stage/usr/local/lib/python3.8/site-packages/sphinx/ext/napoleon/
H A Ddocstring.py42 _xref_regex = re.compile( variable
744 elif _xref_regex.match(_type):
1002 elif _xref_regex.match(token):
1021 if _xref_regex.match(translation) is None:
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/sphinxcontrib/napoleon/
H A Ddocstring.py20 _xref_regex = re.compile(r'(:\w+:\S+:`.+?`|:\S+:`.+?`|`.+?`)') variable
630 for i, source in enumerate(_xref_regex.split(line)):
/dports/textproc/py-sphinxcontrib-napoleon/sphinxcontrib-napoleon-0.7/sphinxcontrib/napoleon/
H A Ddocstring.py37 _xref_regex = re.compile(r'(:(?:[a-zA-Z0-9]+[\-_+:.])*[a-zA-Z0-9]+:`.+?`)') variable
771 for i, source in enumerate(_xref_regex.split(line)): # type: ignore