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 63c02e2 commit b08973cCopy full SHA for b08973c
mypy/stubgenc.py
@@ -143,6 +143,7 @@ def generate_stub_for_c_module(
143
target: str,
144
known_modules: list[str],
145
doc_dir: str = "",
146
+ *,
147
include_private: bool = False,
148
export_less: bool = False,
149
include_docstrings: bool = False,
@@ -210,7 +211,7 @@ class InspectionStubGenerator(BaseStubGenerator):
210
211
"""Stub generator that does not parse code.
212
213
Generation is performed by inspecting the module's contents, and thus works
- for high dynamic modules, pyi files, and C modules (via the CStubGenerator
214
+ for highly dynamic modules, pyc files, and C modules (via the CStubGenerator
215
subclass).
216
"""
217
0 commit comments