package python.lib
Available on python
staticabs(x:Float):Float
staticabs(f:Int):Int
staticall(i:Iterable<Bool>):Bool
staticany(i:Iterable<Bool>):Bool
staticbool(x:Dynamic):Bool
staticcallable(x:Dynamic):Bool
staticchr(c:Int):String
staticdelattr(o:Dynamic, attr:String):Void
staticfilter<A>(f:A ‑> Bool, i:Array<A>):NativeIterator<A>
staticfilter<A>(f:A ‑> Bool, i:NativeIterable<A>):NativeIterator<A>
staticfloat(x:Dynamic):Float
staticgetattr(obj:Dynamic, attr:String):Dynamic
statichasattr(obj:Dynamic, attr:String):Bool
staticid(x:{}):Int
staticint(x:Dynamic):Int
staticint(x:Dynamic, base:Int):Int
staticisinstance(obj:Dynamic, cl:Dynamic):Bool
staticisinstance(obj:Dynamic, f:Tuple<Dynamic>):Bool
staticissubclass(x:Class<Dynamic>, from:Class<Dynamic>):Bool
staticiter<X>(d:DictView<X>):NativeIterator<X>
staticlen(x:String):Int
staticlen(f:Set<Dynamic>):Int
staticlen(f:StringBuf):Int
staticlen(f:Array<Dynamic>):Int
staticlen(f:Dict<Dynamic, Dynamic>):Int
staticlen(f:Bytes):Int
staticlen(f:DictView<Dynamic>):Int
staticlen(f:Bytearray):Int
staticlen(f:Tuple<Dynamic>):Int
staticlist<T>(i:NativeIterable<T>):Array<T>
staticlist<T>(f:Array<T>):Array<T>
staticlist<T>(f:Tuple<T>):Array<T>
staticlist<T>(f:DictView<T>):Array<T>
staticlist(f:String):Array<String>
staticmap<A, B>(fn:A ‑> B, it:NativeIterable<A>):NativeIterator<B>
staticmax(a1:Int, a2:Int, rest:Rest<Int>):Int
staticmax(a1:Float, a2:Float, rest:Rest<Float>):Float
staticmin(a1:Int, a2:Int, rest:Rest<Int>):Int
staticmin(a1:Float, a2:Float, rest:Rest<Float>):Float
staticopen(file:String, mode:String, buffering:Int = -1, ?encoding:String, ?errors:String, ?newline:String, ?closefd:Bool, ?opener:(String, Int) ‑> FileDescriptor):IOBase
staticord(s:String):Int
staticprint(o:Dynamic):Void
staticrepr(o:Dynamic):String
staticround(f:Float):Int
staticsetattr(o:Dynamic, attr:String, val:Dynamic):Void
staticstr(o:Dynamic):String
statictype():Void
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/python/lib/Builtins.html