(self)
| 512 | self.wrapped = wrapped |
| 513 | |
| 514 | def to_engine(self) -> PathwayType: |
| 515 | return api.PathwayType.future(self.wrapped.to_engine()) |
| 516 | |
| 517 | def is_value_compatible(self, arg): |
| 518 | return arg is api.PENDING or self.wrapped.is_value_compatible(arg) |