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

Struct String

string.go:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import "unsafe"
7
8type String struct {
9 Base
10 o C.PyStringObject
11}
12
13// StringType is the Type object that represents the String type.
14var StringType = (*Type)(unsafe.Pointer(&C.PyString_Type))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected