Public static methods
	
	
	
	
		
			object and_(object a, object b)
		
		
		
	 
	
		
			object and__dyn(object a, object b)
		
		
		
	 
	
		
			object assert_stmt(bool expression1, object expression2)
		
		
		
	 
	
	
		
			object assert_stmt_dyn(object expression1, object expression2)
		
		
		
	 
	
		
			object eq(object a, object b)
		
		
		
	 
	
		
			object eq_dyn(object a, object b)
		
		
		
	 
	
	
	
	
	
	
	
	
	
	
	
		
			object for_stmt_dyn(object iter_, object extra_test, object body, object get_state, object set_state, object init_vars, object basic_symbol_names, object composite_symbol_names)
		
		
		
	 
	
	
	
		
			object get_item_dyn(object target, object i, object opts)
		
		
		
	 
	
		
			object if_stmt(bool cond, object body, object orelse, object get_state, object set_state, object basic_symbol_names, object composite_symbol_names)
		
		
		
	 
	
		
			object if_stmt_dyn(object cond, object body, object orelse, object get_state, object set_state, object basic_symbol_names, object composite_symbol_names)
		
		
		
	 
	
	
	
		
			object int_(double x, int base)
		
		
		
	 
	
	
	
	
		
			object int_(int x, int base)
		
		
		
	 
	
		
			object int_(string x, int base)
		
		
		
	 
	
	
	
		
			object is_undefined_dyn(object value)
		
		
		
	 
	
		
			bool is_undefined_return(bool value)
		
		
		
	 
	
		
			bool is_undefined_return(object value)
		
		
		
	 
	
		
			bool is_undefined_return(int value)
		
		
		
	 
	
		
			bool is_undefined_return(IEnumerable<object> value)
		
		
		
	 
	
		
			object is_undefined_return_dyn(object value)
		
		
		
	 
	
		
			object len_(IEnumerable<int> s)
		
		
		
	 
	
	
	
	
		
			object len_(IEnumerator<object> s)
		
		
		
	 
	
	
		
			object len__dyn(object s)
		
		
		
	 
	
	
	
	
		
			object list_append(IEnumerable<object> list_, int x)
		
		
		
	 
	
	
	
		
			object list_append_dyn(object list_, object x)
		
		
		
	 
	
	
		
			object list_pop(IEnumerable<int> list_, Nullable<int> i, ListPopOpts opts)
		
		
		
	 
	
	
		
			object list_pop_dyn(object list_, object i, object opts)
		
		
		
	 
	
	
	
	
	
		
			object list_stack_dyn(object list_, object opts)
		
		
		
	 
	
		
			object new_list(IEnumerable<int> iterable)
		
		
		
	 
	
		
			object new_list_dyn(object iterable)
		
		
		
	 
	
		
			bool not_(IEnumerable<int> a)
		
		
		
	 
	
	
		
			object not__dyn(object a)
		
		
		
	 
	
		
			bool not_eq(object a, object b)
		
		
		
	 
	
		
			object not_eq_dyn(object a, object b)
		
		
		
	 
	
	
		
			object or_(object a, object b)
		
		
		
	 
	
	
	
		
			object or__dyn(object a, object b)
		
		
		
	 
	
		
			object print_(Object[] objects)
		
		
		
	 
	
		
			object print_(IDictionary<string, object> kwargs, Object[] objects)
		
		
		
	 
	
		
			object print__dyn(IDictionary<string, object> kwargs, Object[] objects)
		
		
		
	 
	
		
			object print__dyn(Object[] objects)
		
		
		
	 
	
	
	
	
	
		
			IList<int> range_(int start_or_stop, int stop, int step)
		
		
		
	 
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
			object retval_dyn(object value)
		
		
		
	 
	
	
		
			object set_item(TensorArray target, int i, IEnumerable<int> x)
		
		
		
	 
	
		
			object set_item_dyn(object target, object i, object x)
		
		
		
	 
	
		
			object while_stmt(object test, object body, object get_state, object set_state, ValueTuple<int, object> init_vars, object basic_symbol_names, object composite_symbol_names, object opts)
		
		
		
	 
	
		
			object while_stmt_dyn(object test, object body, object get_state, object set_state, object init_vars, object basic_symbol_names, object composite_symbol_names, object opts)
		
		
		
	 
	
	Public properties