symtable.st_private

name of current class or NULL Availability: >= 2.5

  1. PyObject* st_private;
    struct symtable
    version(Python_2_5_Or_Later)
    PyObject* st_private;
  2. char* st_private;

Meta