Foundry.InputValidator¶
Methods¶
- Inherited:
- Structs:
|
Virtual Methods¶
- Inherited:
|
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
|---|---|---|---|
parent_instance |
r |
Class Details¶
- class Foundry.InputValidator(**kwargs)¶
- Bases:
- Abstract:
Yes
- Structure:
- validate(input)¶
- Parameters:
input (
Foundry.Input) – a [class`Foundry`.Input]- Returns:
a [class`Dex`.Future] that resolves to any value or rejects with error.
- Return type:
- do_validate(input) virtual¶
- Parameters:
input (
Foundry.Input) – a [class`Foundry`.Input]- Returns:
a [class`Dex`.Future] that resolves to any value or rejects with error.
- Return type: