Home
last modified time | relevance | path

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

/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/sphinxcontrib/napoleon/
H A Ddocstring.py18 _google_typed_arg_regex = re.compile(r'\s*(.+?)\s*\(\s*(.+?)\s*\)') variable
214 match = _google_typed_arg_regex.match(before)
261 match = _google_typed_arg_regex.match(before)
/dports/textproc/py-sphinxcontrib-napoleon/sphinxcontrib-napoleon-0.7/sphinxcontrib/napoleon/
H A Ddocstring.py34 _google_typed_arg_regex = re.compile(r'\s*(.+?)\s*\(\s*(.*[^\s]+)\s*\)') variable
242 match = _google_typed_arg_regex.match(before) # type: ignore
/dports/textproc/py-sphinx/Sphinx-3.5.2/build/lib/sphinx/ext/napoleon/
H A Ddocstring.py36 _google_typed_arg_regex = re.compile(r'(.+?)\(\s*(.*[^\s]+)\s*\)') variable
272 match = _google_typed_arg_regex.match(before)
/dports/textproc/py-sphinx/Sphinx-3.5.2/sphinx/ext/napoleon/
H A Ddocstring.py36 _google_typed_arg_regex = re.compile(r'(.+?)\(\s*(.*[^\s]+)\s*\)') variable
272 match = _google_typed_arg_regex.match(before)
/dports/textproc/py-sphinx/stage/usr/local/lib/python3.8/site-packages/sphinx/ext/napoleon/
H A Ddocstring.py36 _google_typed_arg_regex = re.compile(r'(.+?)\(\s*(.*[^\s]+)\s*\)') variable
272 match = _google_typed_arg_regex.match(before)