MCPcopy Index your code
hub / github.com/ipython/ipython / test_empty_property_has_no_source

Function test_empty_property_has_no_source

tests/test_oinspect.py:298–300  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

296
297
298def test_empty_property_has_no_source():
299 i = inspector.info(property(), detail_level=1)
300 assert i["source"] is None
301
302
303def test_property_sources():

Callers

nothing calls this directly

Calls 1

infoMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…