Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/
D_testmultiphase.c28 } ExampleObject; typedef
41 Example_traverse(ExampleObject *self, visitproc visit, void *arg) in Example_traverse()
48 Example_finalize(ExampleObject *self) in Example_finalize()
54 Example_demo(ExampleObject *self, PyObject *args) in Example_demo()
75 Example_getattro(ExampleObject *self, PyObject *name) in Example_getattro()
91 Example_setattr(ExampleObject *self, const char *name, PyObject *v) in Example_setattr()
121 sizeof(ExampleObject),