@@ -1327,42 +1327,42 @@ static PyGetSetDef Reader_getsetters[] = {
13271327};
13281328
13291329static PyMethodDef Reader_methods [] = {
1330- {"fileno" , (PyCFunction ) Reader_fileno , METH_NOARGS , Reader_fileno__doc__ },
1331- {"reliable_fd" , (PyCFunction ) Reader_reliable_fd , METH_NOARGS , Reader_reliable_fd__doc__ },
1332- {"get_events" , (PyCFunction ) Reader_get_events , METH_NOARGS , Reader_get_events__doc__ },
1333- {"get_timeout" , (PyCFunction ) Reader_get_timeout , METH_NOARGS , Reader_get_timeout__doc__ },
1334- {"get_timeout_ms" , (PyCFunction ) Reader_get_timeout_ms , METH_NOARGS , Reader_get_timeout_ms__doc__ },
1335- {"close" , (PyCFunction ) Reader_close , METH_NOARGS , Reader_close__doc__ },
1336- {"get_usage" , (PyCFunction ) Reader_get_usage , METH_NOARGS , Reader_get_usage__doc__ },
1337- {"__enter__" , (PyCFunction ) Reader___enter__ , METH_NOARGS , Reader___enter____doc__ },
1338- {"__exit__" , (PyCFunction ) Reader___exit__ , METH_VARARGS , Reader___exit____doc__ },
1339- {"_next" , (PyCFunction ) Reader_next , METH_VARARGS , Reader_next__doc__ },
1340- {"_previous" , (PyCFunction ) Reader_previous , METH_VARARGS , Reader_previous__doc__ },
1341- {"_get" , (PyCFunction ) Reader_get , METH_VARARGS , Reader_get__doc__ },
1342- {"_get_all" , (PyCFunction ) Reader_get_all , METH_NOARGS , Reader_get_all__doc__ },
1343- {"_get_realtime" , (PyCFunction ) Reader_get_realtime , METH_NOARGS , Reader_get_realtime__doc__ },
1344- {"_get_monotonic" , (PyCFunction ) Reader_get_monotonic , METH_NOARGS , Reader_get_monotonic__doc__ },
1345- {"add_match" , (PyCFunction ) Reader_add_match , METH_VARARGS , Reader_add_match__doc__ },
1346- {"add_disjunction" , (PyCFunction ) Reader_add_disjunction , METH_NOARGS , Reader_add_disjunction__doc__ },
1347- {"add_conjunction" , (PyCFunction ) Reader_add_conjunction , METH_NOARGS , Reader_add_conjunction__doc__ },
1348- {"flush_matches" , (PyCFunction ) Reader_flush_matches , METH_NOARGS , Reader_flush_matches__doc__ },
1349- {"seek_head" , (PyCFunction ) Reader_seek_head , METH_NOARGS , Reader_seek_head__doc__ },
1350- {"seek_tail" , (PyCFunction ) Reader_seek_tail , METH_NOARGS , Reader_seek_tail__doc__ },
1351- {"seek_realtime" , (PyCFunction ) Reader_seek_realtime , METH_VARARGS , Reader_seek_realtime__doc__ },
1352- {"seek_monotonic" , (PyCFunction ) Reader_seek_monotonic , METH_VARARGS , Reader_seek_monotonic__doc__ },
1353- {"_get_start" , (PyCFunction ) Reader_get_start , METH_NOARGS , Reader_get_start__doc__ },
1354- {"_get_end" , (PyCFunction ) Reader_get_end , METH_NOARGS , Reader_get_end__doc__ },
1355- {"process" , (PyCFunction ) Reader_process , METH_NOARGS , Reader_process__doc__ },
1356- {"wait" , (PyCFunction ) Reader_wait , METH_VARARGS , Reader_wait__doc__ },
1357- {"seek_cursor" , (PyCFunction ) Reader_seek_cursor , METH_VARARGS , Reader_seek_cursor__doc__ },
1358- {"_get_cursor" , (PyCFunction ) Reader_get_cursor , METH_NOARGS , Reader_get_cursor__doc__ },
1359- {"test_cursor" , (PyCFunction ) Reader_test_cursor , METH_VARARGS , Reader_test_cursor__doc__ },
1360- {"query_unique" , (PyCFunction ) Reader_query_unique , METH_VARARGS , Reader_query_unique__doc__ },
1361- {"enumerate_fields" , (PyCFunction ) Reader_enumerate_fields , METH_NOARGS , Reader_enumerate_fields__doc__ },
1362- {"has_runtime_files" , (PyCFunction ) Reader_has_runtime_files , METH_NOARGS , Reader_has_runtime_files__doc__ },
1363- {"has_persistent_files" , (PyCFunction ) Reader_has_persistent_files , METH_NOARGS , Reader_has_persistent_files__doc__ },
1364- {"get_catalog" , (PyCFunction ) Reader_get_catalog , METH_NOARGS , Reader_get_catalog__doc__ },
1365- {} /* Sentinel */
1330+ { "fileno" , (PyCFunction ) Reader_fileno , METH_NOARGS , Reader_fileno__doc__ },
1331+ { "reliable_fd" , (PyCFunction ) Reader_reliable_fd , METH_NOARGS , Reader_reliable_fd__doc__ },
1332+ { "get_events" , (PyCFunction ) Reader_get_events , METH_NOARGS , Reader_get_events__doc__ },
1333+ { "get_timeout" , (PyCFunction ) Reader_get_timeout , METH_NOARGS , Reader_get_timeout__doc__ },
1334+ { "get_timeout_ms" , (PyCFunction ) Reader_get_timeout_ms , METH_NOARGS , Reader_get_timeout_ms__doc__ },
1335+ { "close" , (PyCFunction ) Reader_close , METH_NOARGS , Reader_close__doc__ },
1336+ { "get_usage" , (PyCFunction ) Reader_get_usage , METH_NOARGS , Reader_get_usage__doc__ },
1337+ { "__enter__" , (PyCFunction ) Reader___enter__ , METH_NOARGS , Reader___enter____doc__ },
1338+ { "__exit__" , (PyCFunction ) Reader___exit__ , METH_VARARGS , Reader___exit____doc__ },
1339+ { "_next" , (PyCFunction ) Reader_next , METH_VARARGS , Reader_next__doc__ },
1340+ { "_previous" , (PyCFunction ) Reader_previous , METH_VARARGS , Reader_previous__doc__ },
1341+ { "_get" , (PyCFunction ) Reader_get , METH_VARARGS , Reader_get__doc__ },
1342+ { "_get_all" , (PyCFunction ) Reader_get_all , METH_NOARGS , Reader_get_all__doc__ },
1343+ { "_get_realtime" , (PyCFunction ) Reader_get_realtime , METH_NOARGS , Reader_get_realtime__doc__ },
1344+ { "_get_monotonic" , (PyCFunction ) Reader_get_monotonic , METH_NOARGS , Reader_get_monotonic__doc__ },
1345+ { "add_match" , (PyCFunction ) Reader_add_match , METH_VARARGS , Reader_add_match__doc__ },
1346+ { "add_disjunction" , (PyCFunction ) Reader_add_disjunction , METH_NOARGS , Reader_add_disjunction__doc__ },
1347+ { "add_conjunction" , (PyCFunction ) Reader_add_conjunction , METH_NOARGS , Reader_add_conjunction__doc__ },
1348+ { "flush_matches" , (PyCFunction ) Reader_flush_matches , METH_NOARGS , Reader_flush_matches__doc__ },
1349+ { "seek_head" , (PyCFunction ) Reader_seek_head , METH_NOARGS , Reader_seek_head__doc__ },
1350+ { "seek_tail" , (PyCFunction ) Reader_seek_tail , METH_NOARGS , Reader_seek_tail__doc__ },
1351+ { "seek_realtime" , (PyCFunction ) Reader_seek_realtime , METH_VARARGS , Reader_seek_realtime__doc__ },
1352+ { "seek_monotonic" , (PyCFunction ) Reader_seek_monotonic , METH_VARARGS , Reader_seek_monotonic__doc__ },
1353+ { "_get_start" , (PyCFunction ) Reader_get_start , METH_NOARGS , Reader_get_start__doc__ },
1354+ { "_get_end" , (PyCFunction ) Reader_get_end , METH_NOARGS , Reader_get_end__doc__ },
1355+ { "process" , (PyCFunction ) Reader_process , METH_NOARGS , Reader_process__doc__ },
1356+ { "wait" , (PyCFunction ) Reader_wait , METH_VARARGS , Reader_wait__doc__ },
1357+ { "seek_cursor" , (PyCFunction ) Reader_seek_cursor , METH_VARARGS , Reader_seek_cursor__doc__ },
1358+ { "_get_cursor" , (PyCFunction ) Reader_get_cursor , METH_NOARGS , Reader_get_cursor__doc__ },
1359+ { "test_cursor" , (PyCFunction ) Reader_test_cursor , METH_VARARGS , Reader_test_cursor__doc__ },
1360+ { "query_unique" , (PyCFunction ) Reader_query_unique , METH_VARARGS , Reader_query_unique__doc__ },
1361+ { "enumerate_fields" , (PyCFunction ) Reader_enumerate_fields , METH_NOARGS , Reader_enumerate_fields__doc__ },
1362+ { "has_runtime_files" , (PyCFunction ) Reader_has_runtime_files , METH_NOARGS , Reader_has_runtime_files__doc__ },
1363+ { "has_persistent_files" , (PyCFunction ) Reader_has_persistent_files , METH_NOARGS , Reader_has_persistent_files__doc__ },
1364+ { "get_catalog" , (PyCFunction ) Reader_get_catalog , METH_NOARGS , Reader_get_catalog__doc__ },
1365+ {} /* Sentinel */
13661366};
13671367
13681368static PyTypeObject ReaderType = {
@@ -1379,7 +1379,7 @@ static PyTypeObject ReaderType = {
13791379};
13801380
13811381static PyMethodDef methods [] = {
1382- { "_get_catalog" , get_catalog , METH_VARARGS , get_catalog__doc__ },
1382+ { "_get_catalog" , get_catalog , METH_VARARGS , get_catalog__doc__ },
13831383 {} /* Sentinel */
13841384};
13851385
0 commit comments