/opt/alt/python39/include/python3.9
NameSizeModeActions
cpython/-0755rm
internal/-0755rm
abstract.h304760644editdlrm
asdl.h12240644editdlrm
ast.h9470644editdlrm
bitset.h4680644editdlrm
bltinmodule.h2640644editdlrm
boolobject.h8850644editdlrm
bytearrayobject.h14840644editdlrm
bytesobject.h30480644editdlrm
cellobject.h7120644editdlrm
ceval.h59540644editdlrm
classobject.h16570644editdlrm
code.h3180644editdlrm
codecs.h67930644editdlrm
compile.h37780644editdlrm
complexobject.h18060644editdlrm
context.h19620644editdlrm
datetime.h92550644editdlrm
descrobject.h30190644editdlrm
dictobject.h37150644editdlrm
dynamic_annotations.h224690644editdlrm
enumobject.h2530644editdlrm
errcode.h16240644editdlrm
eval.h12090644editdlrm
exports.h10980644editdlrm
fileobject.h15710644editdlrm
fileutils.h5970644editdlrm
floatobject.h43600644editdlrm
frameobject.h3370644editdlrm
funcobject.h40570644editdlrm
genericaliasobject.h3340644editdlrm
genobject.h35250644editdlrm
graminit.h21180644editdlrm
grammar.h18210644editdlrm
import.h30260644editdlrm
interpreteridobject.h3340644editdlrm
intrcheck.h8610644editdlrm
iterobject.h5210644editdlrm
listobject.h17810644editdlrm
longintrepr.h37990644editdlrm
longobject.h95130644editdlrm
marshal.h8030644editdlrm
memoryobject.h27640644editdlrm
methodobject.h37750644editdlrm
modsupport.h99590644editdlrm
moduleobject.h23610644editdlrm
namespaceobject.h3490644editdlrm
node.h12810644editdlrm
object.h246280644editdlrm
objimpl.h84230644editdlrm
odictobject.h12990644editdlrm
opcode.h49000644editdlrm
osdefs.h7370644editdlrm
osmodule.h2910644editdlrm
parsetok.h29580644editdlrm
patchlevel.h12990644editdlrm
picklebufobject.h8460644editdlrm
pyarena.h27440644editdlrm
pycapsule.h17250644editdlrm
pyconfig-64.h480740644editdlrm
pyconfig.h1620644editdlrm
pyctype.h13870644editdlrm
pydebug.h10930644editdlrm
pydtrace.h24130644editdlrm
pyerrors.h124270644editdlrm
pyexpat.h25720644editdlrm
pyfpe.h4440644editdlrm
pyframe.h4660644editdlrm
pyhash.h42630644editdlrm
pylifecycle.h21360644editdlrm
pymacconfig.h29890644editdlrm
pymacro.h49200644editdlrm
pymath.h85800644editdlrm
pymem.h44060644editdlrm
pyport.h312730644editdlrm
pystate.h52500644editdlrm
pystrcmp.h4360644editdlrm
pystrhex.h8490644editdlrm
pystrtod.h14830644editdlrm
Python-ast.h261930644editdlrm
Python.h35320644editdlrm
pythonrun.h76730644editdlrm
pythread.h59380644editdlrm
pytime.h89280644editdlrm
py_curses.h24740644editdlrm
rangeobject.h6280644editdlrm
setobject.h33240644editdlrm
sliceobject.h25160644editdlrm
structmember.h20300644editdlrm
structseq.h13900644editdlrm
symtable.h53070644editdlrm
sysmodule.h12420644editdlrm
token.h26420644editdlrm
traceback.h5840644editdlrm
tracemalloc.h11140644editdlrm
tupleobject.h16140644editdlrm
typeslots.h23500644editdlrm
ucnhash.h10560644editdlrm
unicodeobject.h354260644editdlrm
warnings.h17760644editdlrm
weakrefobject.h28630644editdlrm
Edit: /opt/alt/python39/include/python3.9/graminit.h (2118B)
/* Generated by Parser/pgen */ #define single_input 256 #define file_input 257 #define eval_input 258 #define decorator 259 #define decorators 260 #define decorated 261 #define async_funcdef 262 #define funcdef 263 #define parameters 264 #define typedargslist 265 #define tfpdef 266 #define varargslist 267 #define vfpdef 268 #define stmt 269 #define simple_stmt 270 #define small_stmt 271 #define expr_stmt 272 #define annassign 273 #define testlist_star_expr 274 #define augassign 275 #define del_stmt 276 #define pass_stmt 277 #define flow_stmt 278 #define break_stmt 279 #define continue_stmt 280 #define return_stmt 281 #define yield_stmt 282 #define raise_stmt 283 #define import_stmt 284 #define import_name 285 #define import_from 286 #define import_as_name 287 #define dotted_as_name 288 #define import_as_names 289 #define dotted_as_names 290 #define dotted_name 291 #define global_stmt 292 #define nonlocal_stmt 293 #define assert_stmt 294 #define compound_stmt 295 #define async_stmt 296 #define if_stmt 297 #define while_stmt 298 #define for_stmt 299 #define try_stmt 300 #define with_stmt 301 #define with_item 302 #define except_clause 303 #define suite 304 #define namedexpr_test 305 #define test 306 #define test_nocond 307 #define lambdef 308 #define lambdef_nocond 309 #define or_test 310 #define and_test 311 #define not_test 312 #define comparison 313 #define comp_op 314 #define star_expr 315 #define expr 316 #define xor_expr 317 #define and_expr 318 #define shift_expr 319 #define arith_expr 320 #define term 321 #define factor 322 #define power 323 #define atom_expr 324 #define atom 325 #define testlist_comp 326 #define trailer 327 #define subscriptlist 328 #define subscript 329 #define sliceop 330 #define exprlist 331 #define testlist 332 #define dictorsetmaker 333 #define classdef 334 #define arglist 335 #define argument 336 #define comp_iter 337 #define sync_comp_for 338 #define comp_for 339 #define comp_if 340 #define encoding_decl 341 #define yield_expr 342 #define yield_arg 343 #define func_body_suite 344 #define func_type_input 345 #define func_type 346 #define typelist 347