Skip to content

Commit

Permalink
add is_bound
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiedemaria committed Dec 11, 2023
1 parent a3b859b commit 04d8171
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -813,6 +813,10 @@ def unbind(self):
def bound_properties(self) -> BoundProperties:
return self.op_execution_context.bound_properties

@property
def is_bound(self) -> bool:
return self.op_execution_context.is_bound

@property
def execution_properties(self) -> RunlessExecutionProperties:
return self.op_execution_context.execution_properties
Expand Down

0 comments on commit 04d8171

Please sign in to comment.