PyArg_Fini method

void PyArg_Fini()

Implementation

void PyArg_Fini() {
  return _PyArg_Fini();
}