Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_testmultiphase.c24 } ExampleObject; typedef
37 Example_traverse(ExampleObject *self, visitproc visit, void *arg) in Example_traverse()
44 Example_finalize(ExampleObject *self) in Example_finalize()
50 Example_demo(ExampleObject *self, PyObject *args) in Example_demo()
71 Example_getattro(ExampleObject *self, PyObject *name) in Example_getattro()
87 Example_setattr(ExampleObject *self, const char *name, PyObject *v) in Example_setattr()
117 sizeof(ExampleObject),