py_tpsetfinal method
Disable the type for subclassing.
Implementation
void py_tpsetfinal(
int type,
) {
return _py_tpsetfinal(
type,
);
}
Disable the type for subclassing.
void py_tpsetfinal(
int type,
) {
return _py_tpsetfinal(
type,
);
}