Skip to content

Commit

Permalink
Update docs/source/stubgen.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra authored and chadrik committed Oct 15, 2023
1 parent b3a6540 commit 03d01a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/stubgen.rst
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@ alter the default behavior:
.. option:: --inspect-mode

Import and inspect modules instead of parsing source code. This is the default
behavior for c modules and pyc-only packages. The flag is useful to force
inspection for pure python modules that make use of dynamically generated
members that would otherwiswe be omitted when using the default behavior of
behavior for C modules and pyc-only packages. The flag is useful to force
inspection for pure Python modules that make use of dynamically generated
members that would otherwise be omitted when using the default behavior of
code parsing. Implies :option:`--no-analysis` as analysis requires source
code.

Expand Down

0 comments on commit 03d01a4

Please sign in to comment.