Foundry.CodeAction¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
Virtual Methods¶
- Inherited:
|
|
|
|
|
Properties¶
Name |
Type |
Flags |
Short Description |
|---|---|---|---|
r |
|||
r |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
|---|---|---|---|
parent_instance |
r |
Class Details¶
- class Foundry.CodeAction(**kwargs)¶
- Bases:
- Abstract:
Yes
- Structure:
- run()¶
- Returns:
a [class`Dex`.Future].
- Return type:
Runs the code action and returns a [class`Dex`.Future] that resolves when the action has completed.
- do_run() virtual¶
- Returns:
a [class`Dex`.Future].
- Return type:
Runs the code action and returns a [class`Dex`.Future] that resolves when the action has completed.