MCPcopy Index your code
hub / github.com/RustPython/RustPython / builtin_property.py

File builtin_property.py

extra_tests/snippets/builtin_property.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from testutils import assert_raises
2
3
4class Fubar:

Callers

nothing calls this directly

Calls 9

assert_raisesFunction · 0.90
FubarClass · 0.85
propertyClass · 0.85
BarClass · 0.70
__get__Method · 0.45
__new__Method · 0.45
getterMethod · 0.45
setterMethod · 0.45
deleterMethod · 0.45

Tested by

no test coverage detected