itasca.fish
Itasca FISH module.
Functions
- itasca.fish.call_function(func: string[, (tuple: any)]) Any.
Call FISH function func return result.
- itasca.fish.get(var: string) any.
Return value of the FISH variable var.
- itasca.fish.has(var: string) Boolean.
Return True if the FISH variable var is defined, False otherwise.
- itasca.fish.is_function(var: string) Boolean.
Return True if the FISH variable var is defined and is a function, False otherwise.
- itasca.fish.set(var: string, value: any) None.
Set the FISH variable var to value. If no FISH variable with name var exists, then it is created.
Was this helpful? ... | Itasca Software © 2024, Itasca | Updated: Aug 13, 2024 |