aboutsummaryrefslogtreecommitdiff
path: root/docs/yaml/objects/module.yaml
blob: cd98faa5ef5878de84d98d3aa442c809437173af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: module
long_name: Imported module object
description: |
  Base type for all modules.

  Modules provide their own specific implementation methods, but all modules
  proivide the following methods:

methods:
- name: found
  returns: bool
  since: 0.59.0
  description: Returns `true` if the module was successfully imported, otherwise `false`.