Searched refs:CSObject (Results 1 – 1 of 1) sorted by relevance
25 } CSObject; typedef27 static PyObject *p_cs_value_get_attr (CSObject *self, char *name);28 static void p_cs_dealloc (CSObject *ho);35 sizeof(CSObject), /*tp_size*/50 static void p_cs_dealloc (CSObject *ho) in p_cs_dealloc()71 CSObject *ho = PyObject_NEW (CSObject, &CSObjectType); in p_cs_to_object()106 CSObject *co = (CSObject *)self; in p_cs_parse_file()121 CSObject *co = (CSObject *)self; in p_cs_parse_str()147 CSObject *co = (CSObject *)self; in p_cs_render()174 PyObject *p_cs_value_get_attr (CSObject *ho, char *name) in p_cs_value_get_attr()