MCPcopy Index your code
hub / github.com/RustPython/RustPython / foo

Method foo

Lib/test/test_descr.py:2474–2475  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2472 class F(E):
2473 @E.foo.deleter
2474 def foo(self):
2475 del self._foo
2476 @foo.setter
2477 def foo(self, value):
2478 self._foo = max(0, value)

Callers

nothing calls this directly

Calls 1

maxFunction · 0.85

Tested by

no test coverage detected