Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/goplus/py
/ types & classes
Types & classes
30 in github.com/goplus/py
⨍
Functions
233
◇
Types & classes
30
↓ 6 callers
TypeAlias
Op
object.go:9
↓ 3 callers
TypeAlias
StartToken
------------------------------------------------------------------------------------------ type StartToken
code.go:29
Struct
Base
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
Struct
Class
class.go:8
Struct
Closure
gofunction.go:13
Struct
Code
------------------------------------------------------------------------------------------ type Code
code.go:43
Struct
Config
------------------------------------------------------------------------------------------
pyutil/var.go:11
Struct
Dict
*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
TypeAlias
DictIter
dict.go:240
Struct
Error
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
Struct
ExceptionClass
exception.go:7
Struct
Float
float.go:8
Struct
Foo
------------------------------------------------------------------------------------------
goregister_test.go:14
Struct
Foo
pyutil/var_test.go:8
Struct
FooModule
------------------------------------------------------------------------------------------
gomodule_test.go:10
Struct
FooModule
-------------------------------------------------------------------
examples/gomodule/gomodule.go:11
Struct
GoModule
------------------------------------------------------------------------------------------
gomodule.go:10
Struct
Int
int.go:12
Struct
Long
long.go:8
Struct
Module
module.go:10
Struct
NumberProtocol
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
TypeAlias
RegisterCtx
goregister.go:43
Struct
String
string.go:8
Struct
Tuple
tuple.go:10
Struct
Type
type.go:18
Struct
compileCase
code_test.go:7
Struct
evalLocalGlobalsCase
code_test.go:46
Struct
gomoduleCase
------------------------------------------------------------------------------------------
gomodule_test.go:26
Struct
moduleCase
module_test.go:7
Struct
moduleCase
pyutil/call_test.go:10