------------------------------------------------------------------------------------------ type Code
| 41 | // type Code |
| 42 | |
| 43 | type Code struct { |
| 44 | Base |
| 45 | o C.PyCodeObject |
| 46 | } |
| 47 | |
| 48 | // CodeType is the Type object that represents the Code type. |
| 49 | var CodeType = (*Type)(unsafe.Pointer(&C.PyCode_Type)) |
nothing calls this directly
no outgoing calls
no test coverage detected