mirror of
https://github.com/python/cpython
synced 2024-11-02 08:22:14 +00:00
96c4cbd96c
Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com> Co-authored-by: Denis Laxalde <denis@laxalde.org>
12 lines
336 B
C
Generated
12 lines
336 B
C
Generated
/*[clinic input]
|
|
preserve
|
|
[clinic start generated code]*/
|
|
|
|
PyDoc_STRVAR(_typing__idfunc__doc__,
|
|
"_idfunc($module, x, /)\n"
|
|
"--\n"
|
|
"\n");
|
|
|
|
#define _TYPING__IDFUNC_METHODDEF \
|
|
{"_idfunc", (PyCFunction)_typing__idfunc, METH_O, _typing__idfunc__doc__},
|
|
/*[clinic end generated code: output=e7ea2a3cb7ab301a input=a9049054013a1b77]*/
|