concepts.dm.crow.behavior_utils.execute_object_bind#
- execute_object_bind(executor, stmt, state, scope)[source]#
Execute a bind statement and yield the possible scopes.
- Parameters:
executor (CrowExecutor) – the executor to execute the statement.
stmt (CrowBindExpression) – the bind statement.
state (CrowState) – the current state.
scope (dict) – the current scope.
- Returns:
an iterator of possible scopes with the bind statement applied.
- Return type: