This command will generate terminal documentation for that file. This is similar using help to look up python documentation in the interactive terminal.
For more detailed information, PyUSB's API documentation, as with most Python modules, is based on Python doc strings and can be manipulated by tools such as pydoc [1]: $ python -m pydoc usb The ...