We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9139641 commit 117cbf5Copy full SHA for 117cbf5
plum/function.py
@@ -515,3 +515,8 @@ def wrapped_method(*args, **kw_args):
515
# extended, so unwrapping is likely never desired.
516
517
return wrapped_method
518
+
519
+ @property
520
+ def methods(self) -> List[Signature]:
521
+ """list[:class:`.signature.Signature`]: All available methods."""
522
+ return self._f.methods
0 commit comments