mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-29 16:24:58 +00:00
7 lines
188 B
C
7 lines
188 B
C
#include "Python.h"
|
|
#include "pycore_asdl.h"
|
|
|
|
GENERATE_ASDL_SEQ_CONSTRUCTOR(generic, void*);
|
|
GENERATE_ASDL_SEQ_CONSTRUCTOR(identifier, TyObject*);
|
|
GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int);
|