python-mode 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. ArithmeticError
  2. AssertionError
  3. AttributeError
  4. BaseException
  5. BufferError
  6. BytesWarning
  7. DeprecationWarning
  8. EOFError
  9. Ellipsis
  10. EnvironmentError
  11. Exception
  12. False
  13. FloatingPointError
  14. FutureWarning
  15. GeneratorExit
  16. IOError
  17. ImportError
  18. ImportWarning
  19. IndentationError
  20. IndexError
  21. KeyError
  22. KeyboardInterrupt
  23. LookupError
  24. MemoryError
  25. NameError
  26. None
  27. NotImplemented
  28. NotImplementedError
  29. OSError
  30. OverflowError
  31. PendingDeprecationWarning
  32. ReferenceError
  33. RuntimeError
  34. RuntimeWarning
  35. StandardError
  36. StopIteration
  37. SyntaxError
  38. SyntaxWarning
  39. SystemError
  40. SystemExit
  41. TabError
  42. True
  43. TypeError
  44. UnboundLocalError
  45. UnicodeDecodeError
  46. UnicodeEncodeError
  47. UnicodeError
  48. UnicodeTranslateError
  49. UnicodeWarning
  50. UserWarning
  51. ValueError
  52. Warning
  53. ZeroDivisionError
  54. __builtins__
  55. __debug__
  56. __doc__
  57. __file__
  58. __import__
  59. __name__
  60. __package__
  61. abs
  62. all
  63. and
  64. any
  65. apply
  66. as
  67. assert
  68. basestring
  69. bin
  70. bool
  71. break
  72. buffer
  73. bytearray
  74. bytes
  75. callable
  76. chr
  77. class
  78. classmethod
  79. cmp
  80. coerce
  81. compile
  82. complex
  83. continue
  84. copyright
  85. credits
  86. def
  87. del
  88. delattr
  89. dict
  90. dir
  91. divmod
  92. elif
  93. else
  94. enumerate
  95. eval
  96. except
  97. exec
  98. execfile
  99. exit
  100. file
  101. filter
  102. finally
  103. float
  104. for
  105. format
  106. from
  107. frozenset
  108. getattr
  109. global
  110. globals
  111. hasattr
  112. hash
  113. help
  114. hex
  115. id
  116. if
  117. import
  118. in
  119. input
  120. int
  121. intern
  122. is
  123. isinstance
  124. issubclass
  125. iter
  126. lambda
  127. len
  128. license
  129. list
  130. locals
  131. long
  132. map
  133. max
  134. memoryview
  135. min
  136. next
  137. not
  138. object
  139. oct
  140. open
  141. or
  142. ord
  143. pass
  144. pow
  145. print
  146. property
  147. quit
  148. raise
  149. range
  150. raw_input
  151. reduce
  152. reload
  153. repr
  154. return
  155. reversed
  156. round
  157. set
  158. setattr
  159. slice
  160. sorted
  161. staticmethod
  162. str
  163. sum
  164. super
  165. try
  166. tuple
  167. type
  168. unichr
  169. unicode
  170. vars
  171. while
  172. with
  173. xrange
  174. yield
  175. zip