File tree 1 file changed +2
-1
lines changed
src/mkdocstrings_handlers/python 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,8 @@ class PythonHandler(BaseHandler):
106
106
annotations_path (str): The verbosity for annotations path: `brief` (recommended), or `source` (as written in the source). Default: `"brief"`.
107
107
show_signature (bool): Show methods and functions signatures. Default: `True`.
108
108
show_signature_annotations (bool): Show the type annotations in methods and functions signatures. Default: `False`.
109
- separate_signature (bool): Whether to put the whole signature in a code block below the heading. Default: `False`.
109
+ separate_signature (bool): Whether to put the whole signature in a code block below the heading.
110
+ If Black is installed, the signature is also formatted using it. Default: `False`.
110
111
111
112
Attributes: Additional options:
112
113
show_bases (bool): Show the base classes of a class. Default: `True`.
You can’t perform that action at this time.
0 commit comments