Current Path : /proc/2508182/root/usr/src/Python-3.12.7/Python/ |
Current File : //proc/2508182/root/usr/src/Python-3.12.7/Python/asdl.c |
#include "Python.h" #include "pycore_asdl.h" GENERATE_ASDL_SEQ_CONSTRUCTOR(generic, void*); GENERATE_ASDL_SEQ_CONSTRUCTOR(identifier, PyObject*); GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int);