py_tpsetfinal method

void py_tpsetfinal(
  1. int type
)

Disable the type for subclassing.

Implementation

void py_tpsetfinal(
  int type,
) {
  return _py_tpsetfinal(
    type,
  );
}