Home
last modified time | relevance | path

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

/external/python/cpython3/Tools/clinic/
Dclinic.py2214 docstring_only=False): argument
2232 self.docstring_only = docstring_only
2272 'docstring_only': self.docstring_only,
4624 self.function.docstring_only = True
4770 if not f.docstring_only:
4807 if is_self and f.docstring_only:
4813 need_slash = not f.docstring_only
4876 if not f.docstring_only: