Home
last modified time | relevance | path

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

/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/epydoc/docwriter/
H A Dhtml.py2929 items += self._terms_from_docstring(url, doc, doc.descr)
2931 items += self._terms_from_docstring(url, doc, descr)
2933 items += self._terms_from_docstring(url, doc,
2936 items += self._terms_from_docstring(url, doc,
2939 items += self._terms_from_docstring(url, doc,
2943 def _terms_from_docstring(self, base_url, container, parsed_docstring): member in HTMLWriter