• Home
  • Raw
  • Download

Lines Matching refs:PyObject

23 _asyncio_Future___init___impl(FutureObj *self, PyObject *loop);
26 _asyncio_Future___init__(PyObject *self, PyObject *args, PyObject *kwargs) in _asyncio_Future___init__()
31 PyObject *argsbuf[1]; in _asyncio_Future___init__()
32 PyObject * const *fastargs; in _asyncio_Future___init__()
35 PyObject *loop = Py_None; in _asyncio_Future___init__()
65 static PyObject *
68 static PyObject *
69 _asyncio_Future_result(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future_result()
88 static PyObject *
91 static PyObject *
92 _asyncio_Future_exception(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future_exception()
134 static PyObject *
135 _asyncio_Future_add_done_callback_impl(FutureObj *self, PyObject *fn,
136 PyObject *context);
138 static PyObject *
139 _asyncio_Future_add_done_callback(FutureObj *self, PyObject *const *args, Py_ssize_t nargs, PyObjec… in _asyncio_Future_add_done_callback()
141 PyObject *return_value = NULL; in _asyncio_Future_add_done_callback()
144 PyObject *argsbuf[2]; in _asyncio_Future_add_done_callback()
146 PyObject *fn; in _asyncio_Future_add_done_callback()
147 PyObject *context = NULL; in _asyncio_Future_add_done_callback()
189 static PyObject *
190 _asyncio_Future_cancel_impl(FutureObj *self, PyObject *msg);
192 static PyObject *
193 _asyncio_Future_cancel(FutureObj *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _asyncio_Future_cancel()
195 PyObject *return_value = NULL; in _asyncio_Future_cancel()
198 PyObject *argsbuf[1]; in _asyncio_Future_cancel()
200 PyObject *msg = Py_None; in _asyncio_Future_cancel()
226 static PyObject *
229 static PyObject *
230 _asyncio_Future_cancelled(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future_cancelled()
247 static PyObject *
250 static PyObject *
251 _asyncio_Future_done(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future_done()
265 static PyObject *
268 static PyObject *
269 _asyncio_Future_get_loop(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future_get_loop()
286 static PyObject *
289 static PyObject *
290 _asyncio_Future__make_cancelled_error(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future__make_cancelled_error()
303 static PyObject *
306 static PyObject *
307 _asyncio_Future__repr_info(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future__repr_info()
319 _asyncio_Task___init___impl(TaskObj *self, PyObject *coro, PyObject *loop,
320 PyObject *name);
323 _asyncio_Task___init__(PyObject *self, PyObject *args, PyObject *kwargs) in _asyncio_Task___init__()
328 PyObject *argsbuf[3]; in _asyncio_Task___init__()
329 PyObject * const *fastargs; in _asyncio_Task___init__()
332 PyObject *coro; in _asyncio_Task___init__()
333 PyObject *loop = Py_None; in _asyncio_Task___init__()
334 PyObject *name = Py_None; in _asyncio_Task___init__()
370 static PyObject *
373 static PyObject *
374 _asyncio_Task__make_cancelled_error(TaskObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Task__make_cancelled_error()
387 static PyObject *
390 static PyObject *
391 _asyncio_Task__repr_info(TaskObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Task__repr_info()
422 static PyObject *
423 _asyncio_Task_cancel_impl(TaskObj *self, PyObject *msg);
425 static PyObject *
426 _asyncio_Task_cancel(TaskObj *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _asyncio_Task_cancel()
428 PyObject *return_value = NULL; in _asyncio_Task_cancel()
431 PyObject *argsbuf[1]; in _asyncio_Task_cancel()
433 PyObject *msg = Py_None; in _asyncio_Task_cancel()
477 static PyObject *
478 _asyncio_Task_get_stack_impl(TaskObj *self, PyObject *limit);
480 static PyObject *
481 _asyncio_Task_get_stack(TaskObj *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _asyncio_Task_get_stack()
483 PyObject *return_value = NULL; in _asyncio_Task_get_stack()
486 PyObject *argsbuf[1]; in _asyncio_Task_get_stack()
488 PyObject *limit = Py_None; in _asyncio_Task_get_stack()
520 static PyObject *
521 _asyncio_Task_print_stack_impl(TaskObj *self, PyObject *limit,
522 PyObject *file);
524 static PyObject *
525 _asyncio_Task_print_stack(TaskObj *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _asyncio_Task_print_stack()
527 PyObject *return_value = NULL; in _asyncio_Task_print_stack()
530 PyObject *argsbuf[2]; in _asyncio_Task_print_stack()
532 PyObject *limit = Py_None; in _asyncio_Task_print_stack()
533 PyObject *file = Py_None; in _asyncio_Task_print_stack()
580 static PyObject *
583 static PyObject *
584 _asyncio_Task_get_coro(TaskObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Task_get_coro()
597 static PyObject *
600 static PyObject *
601 _asyncio_Task_get_name(TaskObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Task_get_name()
626 static PyObject *
627 _asyncio__get_running_loop_impl(PyObject *module);
629 static PyObject *
630 _asyncio__get_running_loop(PyObject *module, PyObject *Py_UNUSED(ignored)) in _asyncio__get_running_loop()
663 static PyObject *
664 _asyncio_get_event_loop_impl(PyObject *module);
666 static PyObject *
667 _asyncio_get_event_loop(PyObject *module, PyObject *Py_UNUSED(ignored)) in _asyncio_get_event_loop()
680 static PyObject *
681 _asyncio__get_event_loop_impl(PyObject *module, int stacklevel);
683 static PyObject *
684 _asyncio__get_event_loop(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnam… in _asyncio__get_event_loop()
686 PyObject *return_value = NULL; in _asyncio__get_event_loop()
689 PyObject *argsbuf[1]; in _asyncio__get_event_loop()
722 static PyObject *
723 _asyncio_get_running_loop_impl(PyObject *module);
725 static PyObject *
726 _asyncio_get_running_loop(PyObject *module, PyObject *Py_UNUSED(ignored)) in _asyncio_get_running_loop()
742 static PyObject *
743 _asyncio__register_task_impl(PyObject *module, PyObject *task);
745 static PyObject *
746 _asyncio__register_task(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwname… in _asyncio__register_task()
748 PyObject *return_value = NULL; in _asyncio__register_task()
751 PyObject *argsbuf[1]; in _asyncio__register_task()
752 PyObject *task; in _asyncio__register_task()
776 static PyObject *
777 _asyncio__unregister_task_impl(PyObject *module, PyObject *task);
779 static PyObject *
780 _asyncio__unregister_task(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwna… in _asyncio__unregister_task()
782 PyObject *return_value = NULL; in _asyncio__unregister_task()
785 PyObject *argsbuf[1]; in _asyncio__unregister_task()
786 PyObject *task; in _asyncio__unregister_task()
812 static PyObject *
813 _asyncio__enter_task_impl(PyObject *module, PyObject *loop, PyObject *task);
815 static PyObject *
816 _asyncio__enter_task(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _asyncio__enter_task()
818 PyObject *return_value = NULL; in _asyncio__enter_task()
821 PyObject *argsbuf[2]; in _asyncio__enter_task()
822 PyObject *loop; in _asyncio__enter_task()
823 PyObject *task; in _asyncio__enter_task()
850 static PyObject *
851 _asyncio__leave_task_impl(PyObject *module, PyObject *loop, PyObject *task);
853 static PyObject *
854 _asyncio__leave_task(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _asyncio__leave_task()
856 PyObject *return_value = NULL; in _asyncio__leave_task()
859 PyObject *argsbuf[2]; in _asyncio__leave_task()
860 PyObject *loop; in _asyncio__leave_task()
861 PyObject *task; in _asyncio__leave_task()