MCPcopy Index your code
hub / github.com/numpy/numpy / method

Function method

numpy/ma/tests/test_core.py:5944–5955  ·  view source on GitHub ↗

This docstring Has multiple lines And notes Notes ----- original note

(self)

Source from the content-addressed store, hash-verified

5942 reason="no docstrings present to inspect when PYTHONOPTIMIZE/Py_OptimizeFlag > 1") # noqa: E501
5943def test_doc_note():
5944 def method(self):
5945 """This docstring
5946
5947 Has multiple lines
5948
5949 And notes
5950
5951 Notes
5952 -----
5953 original note
5954 """
5955 pass
5956
5957 expected_doc = """This docstring
5958

Callers 2

autostripMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…