MCPcopy Create free account
hub / github.com/numpy/numpy / method

Function method

numpy/ma/tests/test_core.py:5618–5629  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

5616 reason="no docstrings present to inspect when PYTHONOPTIMIZE/Py_OptimizeFlag > 1")
5617def test_doc_note():
5618 def method(self):
5619 """This docstring
5620
5621 Has multiple lines
5622
5623 And notes
5624
5625 Notes
5626 -----
5627 original note
5628 """
5629 pass
5630
5631 expected_doc = """This docstring
5632

Callers 6

_compareMethod · 0.85
autostripMethod · 0.85
__call__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected