Versions in this module Expand all Collapse all v0 v0.2.0 Apr 8, 2025 v0.1.0 Apr 2, 2025 Changes in this version + const LLGoPackage + func Abs(x *py.Object) *py.Object + func Aiter(asyncIterable *py.Object) *py.Object + func All(iterable *py.Object) *py.Object + func Anext(asyncIterator *py.Object) *py.Object + func AnextEx(asyncIterator, default_ *py.Object) *py.Object + func Any(iterable *py.Object) *py.Object + func Ascii(obj *py.Object) *py.Object + func Bin(number *py.Object) *py.Object + func Breakpoint(__llgo_va_list ...any) + func Callable(obj *py.Object) *py.Object + func Chr(i *py.Object) *py.Object + func Compile(source *py.Object, filename *py.Object, mode *py.Object, flags *py.Object, ...) *py.Object + func Delattr(obj *py.Object, name *py.Object) *py.Object + func Dir() *py.Object + func DirEx(object *py.Object) *py.Object + func Divmod(x *py.Object, y *py.Object) *py.Object + func Eval(source *py.Object, globals *py.Object, locals *py.Object) *py.Object + func Exec(source *py.Object, globals *py.Object, locals *py.Object) *py.Object + func Format(value *py.Object, formatSpec *py.Object) *py.Object + func GetAttr(object, name *py.Object) *py.Object + func GetAttrEx(object, name, default_ *py.Object) *py.Object + func Globals() *py.Object + func Hasattr(obj *py.Object, name *py.Object) *py.Object + func Hash(obj *py.Object) *py.Object + func Help(object *py.Object) + func Hex(number *py.Object) *py.Object + func Id(obj *py.Object) *py.Object + func Input(prompt *py.Object) *py.Object + func Isinstance(obj *py.Object, classOrTuple *py.Object) *py.Object + func Issubclass(cls *py.Object, classOrTuple *py.Object) *py.Object + func Iter(object *py.Object) *py.Object + func IterEx(callable, sentinel *py.Object) *py.Object + func Len(obj *py.Object) *py.Object + func Locals() *py.Object + func Max(__llgo_va_list ...any) *py.Object + func Min(__llgo_va_list ...any) *py.Object + func Next(iterator *py.Object) *py.Object + func NextEx(iterator, default_ *py.Object) *py.Object + func Oct(number *py.Object) *py.Object + func Open(file *py.Object, mode *py.Object, buffering *py.Object, encoding *py.Object, ...) *py.Object + func Ord(c *py.Object) *py.Object + func Pow(base *py.Object, exp *py.Object, mod *py.Object) *py.Object + func Print(__llgo_va_list ...interface{}) *py.Object + func Repr(obj *py.Object) *py.Object + func Round(number *py.Object, ndigits *py.Object) *py.Object + func Setattr(obj *py.Object, name *py.Object, value *py.Object) *py.Object + func Sorted(iterable *py.Object) *py.Object + func Sum(iterable *py.Object, start *py.Object) *py.Object + func Vars() *py.Object + func VarsEx(object *py.Object) *py.Object