Skip to content

Commit 111b669

Browse files
committed
remove commented code
1 parent d084224 commit 111b669

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pydoctor/model.py

-8
Original file line numberDiff line numberDiff line change
@@ -745,14 +745,6 @@ class Function(Inheritable):
745745
signature: Optional[Signature]
746746
overloads: List['FunctionOverload']
747747

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-
756748
def setup(self) -> None:
757749
super().setup()
758750
if isinstance(self.parent, Class):

0 commit comments

Comments
 (0)