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 26801a0 commit 38336a0Copy full SHA for 38336a0
interface/typed_signature.py
@@ -1,5 +1,5 @@
1
"""
2
-A subclass of inspect.signature that knows what kind of type it came from.
+A wrapper around inspect.signature that knows what kind of type it came from.
3
4
This is useful for when we care about the distinction between different kinds
5
of callables, e.g., between methods, classmethods, and staticmethods.
0 commit comments