Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
DcPickle.c3876 Instance_New(PyObject *cls, PyObject *args) in Instance_New() function
3941 obj = Instance_New(class, tup); in load_obj()
3982 obj = Instance_New(class, tup); in load_inst()
4702 ob = Instance_New(callable, arg_tup); in load_reduce()