2014-01-04 10:57:35 -05:00
|
|
|
// All the qstr definitions in this file are available as constants.
|
|
|
|
// That is, they are in ROM and you can reference them simple as MP_QSTR_xxxx.
|
|
|
|
|
|
|
|
Q(__build_class__)
|
|
|
|
Q(__class__)
|
|
|
|
Q(__doc__)
|
2014-02-03 17:46:17 -05:00
|
|
|
Q(__import__)
|
2014-01-04 10:57:35 -05:00
|
|
|
Q(__init__)
|
|
|
|
Q(__locals__)
|
|
|
|
Q(__main__)
|
|
|
|
Q(__module__)
|
|
|
|
Q(__name__)
|
|
|
|
Q(__next__)
|
|
|
|
Q(__qualname__)
|
|
|
|
Q(__repl_print__)
|
|
|
|
|
2014-01-30 05:05:33 -05:00
|
|
|
Q(__bool__)
|
|
|
|
Q(__len__)
|
2014-01-24 19:17:36 -05:00
|
|
|
Q(__getitem__)
|
2014-02-08 14:01:47 -05:00
|
|
|
Q(__setitem__)
|
2014-01-24 19:17:36 -05:00
|
|
|
Q(__add__)
|
|
|
|
Q(__sub__)
|
|
|
|
|
2014-01-04 10:57:35 -05:00
|
|
|
Q(micropython)
|
|
|
|
Q(byte_code)
|
|
|
|
Q(native)
|
|
|
|
Q(viper)
|
|
|
|
Q(asm_thumb)
|
|
|
|
|
2014-01-04 13:44:46 -05:00
|
|
|
Q(Ellipsis)
|
2014-01-04 10:57:35 -05:00
|
|
|
Q(StopIteration)
|
|
|
|
|
2014-01-04 15:21:15 -05:00
|
|
|
Q(AssertionError)
|
2014-01-04 10:57:35 -05:00
|
|
|
Q(AttributeError)
|
2014-02-03 20:33:55 -05:00
|
|
|
Q(ImportError)
|
2014-01-15 16:23:31 -05:00
|
|
|
Q(IndentationError)
|
2014-01-04 10:57:35 -05:00
|
|
|
Q(IndexError)
|
|
|
|
Q(KeyError)
|
|
|
|
Q(NameError)
|
2014-02-09 06:17:36 -05:00
|
|
|
Q(NotImplementedError)
|
2014-01-15 16:23:31 -05:00
|
|
|
Q(OSError)
|
2014-01-04 10:57:35 -05:00
|
|
|
Q(SyntaxError)
|
2014-01-04 15:21:15 -05:00
|
|
|
Q(TypeError)
|
2014-01-04 10:57:35 -05:00
|
|
|
Q(ValueError)
|
2014-01-18 05:46:43 -05:00
|
|
|
Q(OverflowError)
|
2014-01-04 10:57:35 -05:00
|
|
|
|
|
|
|
Q(abs)
|
|
|
|
Q(all)
|
|
|
|
Q(any)
|
2014-01-18 12:24:47 -05:00
|
|
|
Q(array)
|
2014-01-04 10:57:35 -05:00
|
|
|
Q(bool)
|
2014-01-18 12:24:47 -05:00
|
|
|
Q(bytearray)
|
2014-01-20 13:32:50 -05:00
|
|
|
Q(bytes)
|
2014-01-04 10:57:35 -05:00
|
|
|
Q(callable)
|
|
|
|
Q(chr)
|
2014-02-06 15:31:44 -05:00
|
|
|
Q(classmethod)
|
2014-01-04 10:57:35 -05:00
|
|
|
Q(complex)
|
|
|
|
Q(dict)
|
2014-02-02 17:07:44 -05:00
|
|
|
Q(dir)
|
2014-01-04 10:57:35 -05:00
|
|
|
Q(divmod)
|
2014-01-14 18:55:01 -05:00
|
|
|
Q(enumerate)
|
2014-01-15 17:14:03 -05:00
|
|
|
Q(eval)
|
2014-02-03 17:44:10 -05:00
|
|
|
Q(exec)
|
2014-01-14 20:37:08 -05:00
|
|
|
Q(filter)
|
2014-01-04 10:57:35 -05:00
|
|
|
Q(float)
|
|
|
|
Q(hash)
|
2014-02-01 22:00:41 -05:00
|
|
|
Q(id)
|
2014-01-04 10:57:35 -05:00
|
|
|
Q(int)
|
2014-01-09 16:43:51 -05:00
|
|
|
Q(isinstance)
|
|
|
|
Q(issubclass)
|
2014-01-04 10:57:35 -05:00
|
|
|
Q(iter)
|
|
|
|
Q(len)
|
|
|
|
Q(list)
|
2014-01-14 20:10:09 -05:00
|
|
|
Q(map)
|
2014-01-04 10:57:35 -05:00
|
|
|
Q(max)
|
|
|
|
Q(min)
|
|
|
|
Q(next)
|
|
|
|
Q(ord)
|
2014-02-04 17:47:06 -05:00
|
|
|
Q(path)
|
2014-01-04 10:57:35 -05:00
|
|
|
Q(pow)
|
|
|
|
Q(print)
|
|
|
|
Q(range)
|
2014-01-15 16:40:48 -05:00
|
|
|
Q(repr)
|
2014-01-04 10:57:35 -05:00
|
|
|
Q(set)
|
2014-01-13 00:12:50 -05:00
|
|
|
Q(sorted)
|
2014-02-06 15:31:44 -05:00
|
|
|
Q(staticmethod)
|
2014-01-04 10:57:35 -05:00
|
|
|
Q(sum)
|
2014-02-04 19:51:47 -05:00
|
|
|
Q(super)
|
2014-01-13 12:20:46 -05:00
|
|
|
Q(str)
|
2014-02-04 00:55:10 -05:00
|
|
|
Q(sys)
|
2014-01-04 15:21:15 -05:00
|
|
|
Q(tuple)
|
2014-01-04 10:57:35 -05:00
|
|
|
Q(type)
|
2014-01-12 21:31:00 -05:00
|
|
|
Q(zip)
|
2014-01-04 10:57:35 -05:00
|
|
|
|
|
|
|
Q(append)
|
|
|
|
Q(pop)
|
|
|
|
Q(sort)
|
|
|
|
Q(join)
|
2014-01-08 17:23:45 -05:00
|
|
|
Q(strip)
|
2014-01-04 10:57:35 -05:00
|
|
|
Q(format)
|
2014-02-08 14:01:47 -05:00
|
|
|
Q(key)
|
|
|
|
Q(reverse)
|
2014-01-23 17:22:00 -05:00
|
|
|
|
|
|
|
Q(<module>)
|
|
|
|
Q(<lambda>)
|
|
|
|
Q(<listcomp>)
|
|
|
|
Q(<dictcomp>)
|
|
|
|
Q(<setcomp>)
|
|
|
|
Q(<genexpr>)
|
2014-01-25 08:51:19 -05:00
|
|
|
Q(<string>)
|
2014-01-23 17:22:00 -05:00
|
|
|
Q(<stdin>)
|