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 Addaudithook(hook *py.Object) *py.Object + func CallTracing(func_ *py.Object, args *py.Object) *py.Object + func DeactivateStackTrampoline() *py.Object + func Displayhook(object *py.Object) *py.Object + func ExcInfo() *py.Object + func Excepthook(exctype *py.Object, value *py.Object, traceback *py.Object) *py.Object + func Exception() *py.Object + func Exit(status *py.Object) *py.Object + func GetCoroutineOriginTrackingDepth() *py.Object + func GetIntMaxStrDigits() *py.Object + func Getallocatedblocks() *py.Object + func Getdefaultencoding() *py.Object + func Getdlopenflags() *py.Object + func Getfilesystemencodeerrors() *py.Object + func Getfilesystemencoding() *py.Object + func Getrecursionlimit() *py.Object + func Getrefcount(object *py.Object) *py.Object + func Getswitchinterval() *py.Object + func Gettrace() *py.Object + func Getunicodeinternedsize() *py.Object + func Intern(string *py.Object) *py.Object + func IsFinalizing() *py.Object + func IsStackTrampolineActive() *py.Object + func SetCoroutineOriginTrackingDepth(depth *py.Object) *py.Object + func SetIntMaxStrDigits(maxdigits *py.Object) *py.Object + func Setdlopenflags(flags *py.Object) *py.Object + func Setrecursionlimit(limit *py.Object) *py.Object + func Setswitchinterval(interval *py.Object) *py.Object + func Unraisablehook(unraisable *py.Object) *py.Object