PyType_ClearCache method

int PyType_ClearCache()

Implementation

int PyType_ClearCache() {
  return _PyType_ClearCache();
}