Searched refs:ExampleObject (Results 1 – 4 of 4) sorted by relevance
100 <FILE>ExampleObject</FILE>101 <TITLE>ExampleObject</TITLE>102 ExampleObject
24 } ExampleObject; typedef37 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),
16 ExampleObject *object = EXAMPLE_OBJECT (l->data); in print_objects()
3093 /// class ExampleObject extends ExampleSuperclass {