welkin.models.formation
Classes
dict() -> new empty dictionary |
|
Built-in mutable sequence. |
|
dict() -> new empty dictionary |
|
Built-in mutable sequence. |
|
dict() -> new empty dictionary |
|
Built-in mutable sequence. |
|
dict() -> new empty dictionary |
|
Built-in mutable sequence. |
|
dict() -> new empty dictionary |
|
dict() -> new empty dictionary |
|
Built-in mutable sequence. |
|
dict() -> new empty dictionary |
|
Built-in mutable sequence. |
|
dict() -> new empty dictionary |
|
Built-in mutable sequence. |
|
Module Contents
- class welkin.models.formation.FormationResource
Bases:
FormationBase,welkin.models.base.Resourcedict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object’s
(key, value) pairs
- dict(iterable) -> new dictionary initialized as if via:
d = {} for k, v in iterable:
d[k] = v
- dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
- get(*args, **kwargs)
Return the value for key if key is in the dictionary, else default.
- class welkin.models.formation.FormationCollection
Bases:
FormationBase,welkin.models.base.CollectionBuilt-in mutable sequence.
If no argument is given, the constructor creates a new empty list. The argument must be an iterable if specified.
- resource
- iterator
- get(*args, **kwargs)
- class welkin.models.formation.Assessment
Bases:
FormationResourcedict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object’s
(key, value) pairs
- dict(iterable) -> new dictionary initialized as if via:
d = {} for k, v in iterable:
d[k] = v
- dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
- endpoint = 'assessments'
- class welkin.models.formation.Assessments
Bases:
FormationCollectionBuilt-in mutable sequence.
If no argument is given, the constructor creates a new empty list. The argument must be an iterable if specified.
- resource
- endpoint = 'assessments'
- class welkin.models.formation.CDT
Bases:
FormationResourcedict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object’s
(key, value) pairs
- dict(iterable) -> new dictionary initialized as if via:
d = {} for k, v in iterable:
d[k] = v
- dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
- endpoint = 'cdts'
- class welkin.models.formation.CDTs
Bases:
FormationCollectionBuilt-in mutable sequence.
If no argument is given, the constructor creates a new empty list. The argument must be an iterable if specified.
- resource
- endpoint = 'cdts'
- class welkin.models.formation.DocumentType
Bases:
FormationResourcedict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object’s
(key, value) pairs
- dict(iterable) -> new dictionary initialized as if via:
d = {} for k, v in iterable:
d[k] = v
- dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
- endpoint = 'document-types'
- class welkin.models.formation.DocumentTypes
Bases:
FormationCollectionBuilt-in mutable sequence.
If no argument is given, the constructor creates a new empty list. The argument must be an iterable if specified.
- resource
- endpoint = 'document-types'
- class welkin.models.formation.EncounterDisposition
Bases:
FormationResourcedict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object’s
(key, value) pairs
- dict(iterable) -> new dictionary initialized as if via:
d = {} for k, v in iterable:
d[k] = v
- dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
- endpoint = 'encounter-disposition'
- name = ''
- class welkin.models.formation.Encounter
Bases:
FormationResourcedict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object’s
(key, value) pairs
- dict(iterable) -> new dictionary initialized as if via:
d = {} for k, v in iterable:
d[k] = v
- dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
- endpoint = 'encounters'
- class welkin.models.formation.Encounters
Bases:
FormationCollectionBuilt-in mutable sequence.
If no argument is given, the constructor creates a new empty list. The argument must be an iterable if specified.
- resource
- endpoint = 'encounters'
- class welkin.models.formation.Goal
Bases:
FormationResourcedict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object’s
(key, value) pairs
- dict(iterable) -> new dictionary initialized as if via:
d = {} for k, v in iterable:
d[k] = v
- dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
- endpoint = 'goal-templates'
- class welkin.models.formation.Goals
Bases:
FormationCollectionBuilt-in mutable sequence.
If no argument is given, the constructor creates a new empty list. The argument must be an iterable if specified.
- resource
- endpoint = 'goal-templates'
- class welkin.models.formation.Program
Bases:
FormationResourcedict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object’s
(key, value) pairs
- dict(iterable) -> new dictionary initialized as if via:
d = {} for k, v in iterable:
d[k] = v
- dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
- endpoint = 'programs'
- class welkin.models.formation.Programs
Bases:
FormationCollectionBuilt-in mutable sequence.
If no argument is given, the constructor creates a new empty list. The argument must be an iterable if specified.
- resource
- endpoint = 'programs'