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 8, 2023
1 parent 2e3e1c1 commit e30840a
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 e30840a

Please sign in to comment.