MCPcopy Create free account

hub / github.com/goplus/py / types & classes

Types & classes30 in github.com/goplus/py

↓ 6 callersTypeAliasOp
object.go:9
↓ 3 callersTypeAliasStartToken
------------------------------------------------------------------------------------------ type StartToken
code.go:29
StructBase
Base is an 0-sized type that can be embedded as the first item in concrete types to provide the Object interface functions.
object.go:22
StructClass
class.go:8
StructClosure
gofunction.go:13
StructCode
------------------------------------------------------------------------------------------ type Code
code.go:43
StructConfig
------------------------------------------------------------------------------------------
pyutil/var.go:11
StructDict
*Dict represents a Python dictionary. In addition to satisfying the Object interface, Dict pointers also have a number of methods defined - represent
dict.go:12
TypeAliasDictIter
dict.go:240
StructError
Error represents a Python exception as a Go struct that implements the error interface. It allows Go code to handle Python exceptions in an idiomatic
error.go:17
StructExceptionClass
exception.go:7
StructFloat
float.go:8
StructFoo
------------------------------------------------------------------------------------------
goregister_test.go:14
StructFoo
pyutil/var_test.go:8
StructFooModule
------------------------------------------------------------------------------------------
gomodule_test.go:10
StructFooModule
-------------------------------------------------------------------
examples/gomodule/gomodule.go:11
StructGoModule
------------------------------------------------------------------------------------------
gomodule.go:10
StructInt
int.go:12
StructLong
long.go:8
StructModule
module.go:10
StructNumberProtocol
NumberProtocol is a 0-sized type that can be embedded in concrete types after the AbstractObject to provide access to the suite of methods that Python
number.go:14
TypeAliasRegisterCtx
goregister.go:43
StructString
string.go:8
StructTuple
tuple.go:10
StructType
type.go:18
StructcompileCase
code_test.go:7
StructevalLocalGlobalsCase
code_test.go:46
StructgomoduleCase
------------------------------------------------------------------------------------------
gomodule_test.go:26
StructmoduleCase
module_test.go:7
StructmoduleCase
pyutil/call_test.go:10