bundles / IPython 9.10.0 / IPython / core / oinspect / Inspector / _source_contains_docstring
staticmethod
IPython.core.oinspect:Inspector._source_contains_docstring
source: /IPython/core/oinspect.py :1091
Signature
staticmethod
def _source_contains_docstring ( src , doc ) Summary
Check whether the source src contains the docstring doc.
Extended Summary
This is is helper function to skip displaying the docstring if the source already contains it, avoiding repetition of information.
Aliases
-
IPython.core.oinspect.Inspector._source_contains_docstring