xref: /third_party/python/Python/asdl.c
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/python/Python/
17db96d56Sopenharmony_ci#include "Python.h"
27db96d56Sopenharmony_ci#include "pycore_asdl.h"
37db96d56Sopenharmony_ci
47db96d56Sopenharmony_ciGENERATE_ASDL_SEQ_CONSTRUCTOR(generic, void*);
57db96d56Sopenharmony_ciGENERATE_ASDL_SEQ_CONSTRUCTOR(identifier, PyObject*);
67db96d56Sopenharmony_ciGENERATE_ASDL_SEQ_CONSTRUCTOR(int, int);
7

Indexes created Thu Nov 07 10:32:03 CST 2024