Public static methods
	
	
	
		
			object abs__dyn(object x)
		
		
		
	 
	
	
		
			object enumerate_(Dataset s, int start)
		
		
		
	 
	
	
		
			object enumerate_(Dataset s, int start)
		
		
		
	 
	
	
		
			object enumerate_(IEnumerable<int> s, int start)
		
		
		
	 
	
	
		
			object eval_in_original_context(PythonFunctionContainer f, IEnumerable<string> args, FunctionScope caller_fn_scope)
		
		
		
	 
	
		
			object eval_in_original_context(object f, IEnumerable<string> args, FunctionScope caller_fn_scope)
		
		
		
	 
	
		
			object eval_in_original_context_dyn(object f, object args, object caller_fn_scope)
		
		
		
	 
	
	
		
			object overload_of(object f)
		
		
		
	 
	
		
			object overload_of_dyn(object f)
		
		
		
	 
	
		
			object super_in_original_context(object f, ValueTuple<object> args, FunctionScope caller_fn_scope)
		
		
		
	 
	
		
			object super_in_original_context(object f, ValueTuple args, FunctionScope caller_fn_scope)
		
		
		
	 
	
		
			object super_in_original_context(PythonFunctionContainer f, ValueTuple<object> args, FunctionScope caller_fn_scope)
		
		
		
	 
	
	
		
			object super_in_original_context_dyn(object f, object args, object caller_fn_scope)
		
		
		
	 
	
		
			object zip_(Object[] iterables)
		
		
		
	 
	
		
			object zip__dyn(Object[] iterables)
		
		
		
	 
	
	Public properties
	
	
		
			IDictionary<string, object> BUILTIN_FUINCTIONS_MAP get; set;
		
		
		
	 
	
		
			object BUILTIN_FUINCTIONS_MAP_dyn get; set;
		
		
		
	 
	
	
	
	
	
		
			ValueTuple<Delegate, double, int, Delegate, Delegate, object, ValueTuple<object, object>> SUPPORTED_BUILTINS get; set;
		
		
		
	 
	
		
			object SUPPORTED_BUILTINS_dyn get; set;
		
		
		
	 
	
		
			object UNSPECIFIED get; set;
		
		
		
	 
	
		
			object UNSPECIFIED_dyn get; set;