MCPcopy Create free account
hub / github.com/python/cpython / PropertySub

Class PropertySub

Lib/test/test_property.py:286–287  ·  view source on GitHub ↗

This is a subclass of property

Source from the content-addressed store, hash-verified

284
285# Issue 5890: subclasses of property do not preserve method __doc__ strings
286class PropertySub(property):
287 """This is a subclass of property"""
288
289class PropertySubWoDoc(property):
290 pass

Callers 4

test_issue41287Method · 0.70
FooClass · 0.70

Calls

no outgoing calls

Tested by 3

test_issue41287Method · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…