MCPcopy Create free account
hub / github.com/goplus/py / Code

Struct Code

code.go:43–46  ·  view source on GitHub ↗

------------------------------------------------------------------------------------------ type Code

Source from the content-addressed store, hash-verified

41// type Code
42
43type Code struct {
44 Base
45 o C.PyCodeObject
46}
47
48// CodeType is the Type object that represents the Code type.
49var CodeType = (*Type)(unsafe.Pointer(&C.PyCode_Type))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected