LCOV - code coverage report
Current view: top level - Modules/clinic - _contextvarsmodule.c.h (source / functions) Hit Total Coverage
Test: CPython 3.12 LCOV report [commit 5e6661bce9] Lines: 0 2 0.0 %
Date: 2023-03-20 08:15:36 Functions: 0 1 0.0 %
Branches: 0 0 -

           Branch data     Line data    Source code
       1                 :            : /*[clinic input]
       2                 :            : preserve
       3                 :            : [clinic start generated code]*/
       4                 :            : 
       5                 :            : #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
       6                 :            : #  include "pycore_gc.h"            // PyGC_Head
       7                 :            : #  include "pycore_runtime.h"       // _Py_ID()
       8                 :            : #endif
       9                 :            : 
      10                 :            : 
      11                 :            : PyDoc_STRVAR(_contextvars_copy_context__doc__,
      12                 :            : "copy_context($module, /)\n"
      13                 :            : "--\n"
      14                 :            : "\n");
      15                 :            : 
      16                 :            : #define _CONTEXTVARS_COPY_CONTEXT_METHODDEF    \
      17                 :            :     {"copy_context", (PyCFunction)_contextvars_copy_context, METH_NOARGS, _contextvars_copy_context__doc__},
      18                 :            : 
      19                 :            : static PyObject *
      20                 :            : _contextvars_copy_context_impl(PyObject *module);
      21                 :            : 
      22                 :            : static PyObject *
      23                 :          0 : _contextvars_copy_context(PyObject *module, PyObject *Py_UNUSED(ignored))
      24                 :            : {
      25                 :          0 :     return _contextvars_copy_context_impl(module);
      26                 :            : }
      27                 :            : /*[clinic end generated code: output=1736c27450823e70 input=a9049054013a1b77]*/

Generated by: LCOV version 1.14