_typingmodule.c.h 503 B

123456789101112131415161718
  1. /*[clinic input]
  2. preserve
  3. [clinic start generated code]*/
  4. #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
  5. # include "pycore_gc.h" // PyGC_Head
  6. # include "pycore_runtime.h" // _Py_ID()
  7. #endif
  8. PyDoc_STRVAR(_typing__idfunc__doc__,
  9. "_idfunc($module, x, /)\n"
  10. "--\n"
  11. "\n");
  12. #define _TYPING__IDFUNC_METHODDEF \
  13. {"_idfunc", (PyCFunction)_typing__idfunc, METH_O, _typing__idfunc__doc__},
  14. /*[clinic end generated code: output=97457fda45072c7d input=a9049054013a1b77]*/