Home
last modified time | relevance | path

Searched refs:base_init (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/
D_testcapimodule.c6383 initproc base_init = PyType_GetSlot(base, Py_tp_init); in heapctypesubclasswithfinalizer_init() local
6384 base_init(self, args, kwargs); in heapctypesubclasswithfinalizer_init()