Ubuntu Manpages

isort-identify-imports

find Python import definitions

usage: isort-identify-imports [-h] [--top-only] [--follow-links] [--unique |

files [files ...]

Get all import definitions from a given file. Use `-` as the first argument to represent stdin.

One or more Python source files to search for imports.

show this help message and exit
Only identify imports that occur in before functions or classes.
If true, isort will only identify unique imports.
If true, isort will only identify the unique top level modules imported.
If true, isort will only identify the unique modules imported.
If true, isort will only identify the unique attributes imported.

Tells isort to follow symlinks that are encountered when running recursively.

isort(1) - sort Python import definitions