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:
Returns:

an iterator of possible scopes with the bind statement applied.

Return type:

Iterator[Dict[str, Variable | ObjectConstant]]