PyType_Slot

Availability: 3.*

version(Python_3_0_Or_Later)
struct PyType_Slot {}

Members

Variables

pfunc
void* pfunc;

function pointer

slot
int slot;

slot id, see below

Meta