Skip to content

Commit

Permalink
doc: Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jshwi committed Nov 30, 2022
1 parent 91575a5 commit 96ab583
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docsig/_signature.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ class Signature:
:param arguments: Argument's abstract syntax tree.
:param returns: Function's return value.
:param ismethod: Boolean value for whether this signature is for a
class method or not.
:param isstaticmethod: Boolean value for whether this signature is
for a static method or not.
"""

_param = "param"
Expand Down

0 comments on commit 96ab583

Please sign in to comment.