(root)/
Python-3.12.0/
Modules/
clinic/
_typingmodule.c.h
       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(_typing__idfunc__doc__,
      12  "_idfunc($module, x, /)\n"
      13  "--\n"
      14  "\n");
      15  
      16  #define _TYPING__IDFUNC_METHODDEF    \
      17      {"_idfunc", (PyCFunction)_typing__idfunc, METH_O, _typing__idfunc__doc__},
      18  /*[clinic end generated code: output=97457fda45072c7d input=a9049054013a1b77]*/