concepts.dm.crow.executors.python_function#

Functions

config_function_implementation([function, ...])

Configure the implementation of a function in a domain.

Classes

CrowPythonFunctionCrossRef

CrowPythonFunctionRef

A reference to a Python function.

CrowSGC

CrowSGC(state: concepts.dm.crow.crow_domain.CrowState, goal: concepts.dsl.expression.Expression, constraints: Sequence[concepts.dsl.expression.Expression])