Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dbltinmodule.c55 update_bases(PyObject *bases, PyObject *const *args, Py_ssize_t nargs) in update_bases() function
156 bases = update_bases(orig_bases, args + 2, nargs - 2); in builtin___build_class__()