home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / Calibre / calibre-0.8.18.msi / file_262 / symbol.pyo (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2011-09-09  |  2.9 KB  |  107 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.7)
  3.  
  4. single_input = 256
  5. file_input = 257
  6. eval_input = 258
  7. decorator = 259
  8. decorators = 260
  9. decorated = 261
  10. funcdef = 262
  11. parameters = 263
  12. varargslist = 264
  13. fpdef = 265
  14. fplist = 266
  15. stmt = 267
  16. simple_stmt = 268
  17. small_stmt = 269
  18. expr_stmt = 270
  19. augassign = 271
  20. print_stmt = 272
  21. del_stmt = 273
  22. pass_stmt = 274
  23. flow_stmt = 275
  24. break_stmt = 276
  25. continue_stmt = 277
  26. return_stmt = 278
  27. yield_stmt = 279
  28. raise_stmt = 280
  29. import_stmt = 281
  30. import_name = 282
  31. import_from = 283
  32. import_as_name = 284
  33. dotted_as_name = 285
  34. import_as_names = 286
  35. dotted_as_names = 287
  36. dotted_name = 288
  37. global_stmt = 289
  38. exec_stmt = 290
  39. assert_stmt = 291
  40. compound_stmt = 292
  41. if_stmt = 293
  42. while_stmt = 294
  43. for_stmt = 295
  44. try_stmt = 296
  45. with_stmt = 297
  46. with_item = 298
  47. except_clause = 299
  48. suite = 300
  49. testlist_safe = 301
  50. old_test = 302
  51. old_lambdef = 303
  52. test = 304
  53. or_test = 305
  54. and_test = 306
  55. not_test = 307
  56. comparison = 308
  57. comp_op = 309
  58. expr = 310
  59. xor_expr = 311
  60. and_expr = 312
  61. shift_expr = 313
  62. arith_expr = 314
  63. term = 315
  64. factor = 316
  65. power = 317
  66. atom = 318
  67. listmaker = 319
  68. testlist_comp = 320
  69. lambdef = 321
  70. trailer = 322
  71. subscriptlist = 323
  72. subscript = 324
  73. sliceop = 325
  74. exprlist = 326
  75. testlist = 327
  76. dictmaker = 328
  77. dictorsetmaker = 329
  78. classdef = 330
  79. arglist = 331
  80. argument = 332
  81. list_iter = 333
  82. list_for = 334
  83. list_if = 335
  84. comp_iter = 336
  85. comp_for = 337
  86. comp_if = 338
  87. testlist1 = 339
  88. encoding_decl = 340
  89. yield_expr = 341
  90. sym_name = { }
  91. for _name, _value in globals().items():
  92.     if type(_value) is type(0):
  93.         sym_name[_value] = _name
  94.         continue
  95.  
  96. def main():
  97.     import sys
  98.     import token
  99.     if len(sys.argv) == 1:
  100.         sys.argv = sys.argv + [
  101.             'Include/graminit.h',
  102.             'Lib/symbol.py']
  103.     token.main()
  104.  
  105. if __name__ == '__main__':
  106.     main()
  107.