Public static methods
	
		
			object while_loop(PythonFunctionContainer cond, PythonFunctionContainer body, IEnumerable<IGraphNodeBase> loop_vars, IEnumerable<object> shape_invariants, int parallel_iterations, object maximum_iterations, string name, bool return_same_structure, bool back_prop)
		
		
		
	 
	
	
	
	
	
	
		
			object while_loop(PythonFunctionContainer cond, PythonFunctionContainer body, IEnumerable<IGraphNodeBase> loop_vars, object shape_invariants, int parallel_iterations, object maximum_iterations, string name, bool return_same_structure, bool back_prop)
		
		
		
	 
	
	
	
	
	
	
	
	
		
			object while_loop(PythonFunctionContainer cond, PythonFunctionContainer body, object loop_vars, IEnumerable<object> shape_invariants, int parallel_iterations, object maximum_iterations, string name, bool return_same_structure, bool back_prop)
		
		
		
	 
	
	
	
	
	
	
	
	Public properties