Searched refs:PythonOutArgument (Results 1 – 1 of 1) sorted by relevance
269 and isinstance(self, PythonOutArgument)299 class PythonOutArgument(PythonArgument): class308 def from_outputs(outputs: tuple[PythonArgument, ...]) -> PythonOutArgument | None:314 return PythonOutArgument(324 return PythonOutArgument(348 output_args: PythonOutArgument | None370 ) -> tuple[PythonArgument | PythonOutArgument, ...]:371 result: list[PythonArgument | PythonOutArgument] = []880 output_args=PythonOutArgument.from_outputs(outputs),1425 isinstance(a, PythonOutArgument)