We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
()
get_function_sig_hook
1 parent 2e304ca commit c918d40Copy full SHA for c918d40
docs/source/extending_mypy.rst
@@ -159,7 +159,7 @@ This hook will be also called for instantiation of classes.
159
This is a good choice if the return type is too complex
160
to be expressed by regular python typing.
161
162
-**get_function_signature_hook** is used to adjust the signature of a function.
+**get_function_signature_hook()** is used to adjust the signature of a function.
163
164
**get_method_hook()** is the same as ``get_function_hook()`` but for methods
165
instead of module level functions.
0 commit comments