| 6 | import "unsafe" |
| 7 | |
| 8 | type String struct { |
| 9 | Base |
| 10 | o C.PyStringObject |
| 11 | } |
| 12 | |
| 13 | // StringType is the Type object that represents the String type. |
| 14 | var StringType = (*Type)(unsafe.Pointer(&C.PyString_Type)) |
nothing calls this directly
no outgoing calls
no test coverage detected