itasca.fish Module
Itasca FISH module.
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? ... | PFC 6.0 © 2019, Itasca | Updated: Nov 19, 2021 |