MCPcopy Create free account
hub / github.com/ipython/ipython / address

Method address

IPython/testing/plugin/ipdoctest.py:593–594  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

591 """Overrides to provide filename
592 """
593 def address(self):
594 return (self._dt_test.filename, None, None)
595
596
597class ExtensionDoctest(doctests.Doctest):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected