We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d084224 commit 111b669Copy full SHA for 111b669
pydoctor/model.py
@@ -745,14 +745,6 @@ class Function(Inheritable):
745
signature: Optional[Signature]
746
overloads: List['FunctionOverload']
747
748
- # # Property handling is special: This attribute is used in the processing step only.
749
- # property_decorator: Optional[ast.expr] = None
750
- # """
751
- # A property decorator like C{@property} or C{@name.setter} or C{@BaseClass.name.getter} / etc.
752
-
753
- # C{None} if this function is not decorated with any kind of property decorator.
754
755
756
def setup(self) -> None:
757
super().setup()
758
if isinstance(self.parent, Class):
0 commit comments