blob: 518c1aa94b546407c09292499b441da8372b6c18 [file] [log] [blame]
name: module
long_name: Imported module object
description: |
Base type for all modules.
Modules provide their own specific implementation methods, but all modules
provide the following methods:
methods:
- name: found
returns: bool
since: 0.59.0
description: Returns `true` if the module was successfully imported, otherwise `false`.