Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlatr committed Nov 19, 2022
1 parent d084224 commit 111b669
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pydoctor/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -745,14 +745,6 @@ class Function(Inheritable):
signature: Optional[Signature]
overloads: List['FunctionOverload']

# # Property handling is special: This attribute is used in the processing step only.
# property_decorator: Optional[ast.expr] = None
# """
# A property decorator like C{@property} or C{@name.setter} or C{@BaseClass.name.getter} / etc.

# C{None} if this function is not decorated with any kind of property decorator.
# """

def setup(self) -> None:
super().setup()
if isinstance(self.parent, Class):
Expand Down

0 comments on commit 111b669

Please sign in to comment.