2014-01-04 15:57:35 +00:00
|
|
|
// All the qstr definitions in this file are available as constants.
|
2014-03-08 15:24:39 +00:00
|
|
|
// That is, they are in ROM and you can reference them simply as MP_QSTR_xxxx.
|
|
|
|
// TODO make it so we can use #defines here to select only those words that will be used
|
2014-01-04 15:57:35 +00:00
|
|
|
|
|
|
|
Q(__build_class__)
|
|
|
|
Q(__class__)
|
|
|
|
Q(__doc__)
|
2014-02-03 22:46:17 +00:00
|
|
|
Q(__import__)
|
2014-01-04 15:57:35 +00:00
|
|
|
Q(__init__)
|
|
|
|
Q(__locals__)
|
|
|
|
Q(__main__)
|
|
|
|
Q(__module__)
|
|
|
|
Q(__name__)
|
|
|
|
Q(__next__)
|
|
|
|
Q(__qualname__)
|
|
|
|
Q(__repl_print__)
|
|
|
|
|
2014-01-30 10:05:33 +00:00
|
|
|
Q(__bool__)
|
|
|
|
Q(__len__)
|
2014-01-25 00:17:36 +00:00
|
|
|
Q(__getitem__)
|
2014-02-08 19:01:47 +00:00
|
|
|
Q(__setitem__)
|
2014-01-25 00:17:36 +00:00
|
|
|
Q(__add__)
|
|
|
|
Q(__sub__)
|
2014-03-16 13:16:54 +00:00
|
|
|
Q(__repr__)
|
|
|
|
Q(__str__)
|
2014-01-25 00:17:36 +00:00
|
|
|
|
2014-01-04 15:57:35 +00:00
|
|
|
Q(micropython)
|
|
|
|
Q(byte_code)
|
|
|
|
Q(native)
|
|
|
|
Q(viper)
|
|
|
|
Q(asm_thumb)
|
|
|
|
|
2014-01-04 18:44:46 +00:00
|
|
|
Q(Ellipsis)
|
2014-01-04 15:57:35 +00:00
|
|
|
Q(StopIteration)
|
|
|
|
|
2014-02-15 16:10:44 +00:00
|
|
|
Q(BaseException)
|
2014-01-04 20:21:15 +00:00
|
|
|
Q(AssertionError)
|
2014-01-04 15:57:35 +00:00
|
|
|
Q(AttributeError)
|
2014-02-04 01:33:55 +00:00
|
|
|
Q(ImportError)
|
2014-01-15 21:23:31 +00:00
|
|
|
Q(IndentationError)
|
2014-01-04 15:57:35 +00:00
|
|
|
Q(IndexError)
|
|
|
|
Q(KeyError)
|
|
|
|
Q(NameError)
|
2014-02-09 11:17:36 +00:00
|
|
|
Q(NotImplementedError)
|
2014-01-15 21:23:31 +00:00
|
|
|
Q(OSError)
|
2014-01-04 15:57:35 +00:00
|
|
|
Q(SyntaxError)
|
2014-01-04 20:21:15 +00:00
|
|
|
Q(TypeError)
|
2014-01-04 15:57:35 +00:00
|
|
|
Q(ValueError)
|
2014-01-18 10:46:43 +00:00
|
|
|
Q(OverflowError)
|
2014-01-04 15:57:35 +00:00
|
|
|
|
2014-02-15 11:34:50 +00:00
|
|
|
Q(NoneType)
|
|
|
|
|
2014-01-04 15:57:35 +00:00
|
|
|
Q(abs)
|
|
|
|
Q(all)
|
|
|
|
Q(any)
|
2014-01-18 17:24:47 +00:00
|
|
|
Q(array)
|
2014-01-04 15:57:35 +00:00
|
|
|
Q(bool)
|
2014-01-18 17:24:47 +00:00
|
|
|
Q(bytearray)
|
2014-01-20 18:32:50 +00:00
|
|
|
Q(bytes)
|
2014-01-04 15:57:35 +00:00
|
|
|
Q(callable)
|
|
|
|
Q(chr)
|
2014-02-06 20:31:44 +00:00
|
|
|
Q(classmethod)
|
2014-02-27 20:22:04 +00:00
|
|
|
Q(collections)
|
2014-01-04 15:57:35 +00:00
|
|
|
Q(complex)
|
|
|
|
Q(dict)
|
2014-02-02 22:07:44 +00:00
|
|
|
Q(dir)
|
2014-01-04 15:57:35 +00:00
|
|
|
Q(divmod)
|
2014-01-14 23:55:01 +00:00
|
|
|
Q(enumerate)
|
2014-01-15 22:14:03 +00:00
|
|
|
Q(eval)
|
2014-02-03 22:44:10 +00:00
|
|
|
Q(exec)
|
2014-01-15 01:37:08 +00:00
|
|
|
Q(filter)
|
2014-01-04 15:57:35 +00:00
|
|
|
Q(float)
|
|
|
|
Q(hash)
|
2014-02-02 03:00:41 +00:00
|
|
|
Q(id)
|
2014-01-04 15:57:35 +00:00
|
|
|
Q(int)
|
2014-01-09 21:43:51 +00:00
|
|
|
Q(isinstance)
|
|
|
|
Q(issubclass)
|
2014-01-04 15:57:35 +00:00
|
|
|
Q(iter)
|
|
|
|
Q(len)
|
|
|
|
Q(list)
|
2014-01-15 01:10:09 +00:00
|
|
|
Q(map)
|
2014-01-04 15:57:35 +00:00
|
|
|
Q(max)
|
|
|
|
Q(min)
|
2014-02-27 20:22:04 +00:00
|
|
|
Q(namedtuple)
|
2014-01-04 15:57:35 +00:00
|
|
|
Q(next)
|
|
|
|
Q(ord)
|
2014-02-04 22:47:06 +00:00
|
|
|
Q(path)
|
2014-01-04 15:57:35 +00:00
|
|
|
Q(pow)
|
|
|
|
Q(print)
|
|
|
|
Q(range)
|
2014-01-15 21:40:48 +00:00
|
|
|
Q(repr)
|
2014-01-04 15:57:35 +00:00
|
|
|
Q(set)
|
2014-01-13 05:12:50 +00:00
|
|
|
Q(sorted)
|
2014-02-06 20:31:44 +00:00
|
|
|
Q(staticmethod)
|
2014-01-04 15:57:35 +00:00
|
|
|
Q(sum)
|
2014-02-05 00:51:47 +00:00
|
|
|
Q(super)
|
2014-01-13 17:20:46 +00:00
|
|
|
Q(str)
|
2014-02-04 05:55:10 +00:00
|
|
|
Q(sys)
|
2014-01-04 20:21:15 +00:00
|
|
|
Q(tuple)
|
2014-01-04 15:57:35 +00:00
|
|
|
Q(type)
|
2014-01-13 02:31:00 +00:00
|
|
|
Q(zip)
|
2014-01-04 15:57:35 +00:00
|
|
|
|
|
|
|
Q(append)
|
|
|
|
Q(pop)
|
|
|
|
Q(sort)
|
|
|
|
Q(join)
|
2014-01-08 22:23:45 +00:00
|
|
|
Q(strip)
|
2014-01-04 15:57:35 +00:00
|
|
|
Q(format)
|
2014-02-08 19:01:47 +00:00
|
|
|
Q(key)
|
|
|
|
Q(reverse)
|
2014-01-23 22:22:00 +00:00
|
|
|
|
2014-02-15 11:34:50 +00:00
|
|
|
Q(bound_method)
|
|
|
|
Q(closure)
|
|
|
|
Q(dict_view)
|
|
|
|
Q(function)
|
|
|
|
Q(generator)
|
|
|
|
Q(iterator)
|
|
|
|
Q(module)
|
|
|
|
Q(slice)
|
|
|
|
|
2014-03-08 15:24:39 +00:00
|
|
|
Q(math)
|
|
|
|
Q(pi)
|
|
|
|
Q(sqrt)
|
|
|
|
Q(pow)
|
|
|
|
Q(exp)
|
2014-03-12 21:31:41 +00:00
|
|
|
Q(expm1)
|
2014-03-08 15:24:39 +00:00
|
|
|
Q(log)
|
|
|
|
Q(log2)
|
|
|
|
Q(log10)
|
|
|
|
Q(cosh)
|
|
|
|
Q(sinh)
|
|
|
|
Q(tanh)
|
|
|
|
Q(acosh)
|
|
|
|
Q(asinh)
|
|
|
|
Q(atanh)
|
|
|
|
Q(cos)
|
|
|
|
Q(sin)
|
|
|
|
Q(tan)
|
|
|
|
Q(acos)
|
|
|
|
Q(asin)
|
|
|
|
Q(atan)
|
|
|
|
Q(atan2)
|
|
|
|
|
|
|
|
Q(mem_total)
|
|
|
|
Q(mem_current)
|
|
|
|
Q(mem_peak)
|
|
|
|
|
2014-01-23 22:22:00 +00:00
|
|
|
Q(<module>)
|
|
|
|
Q(<lambda>)
|
|
|
|
Q(<listcomp>)
|
|
|
|
Q(<dictcomp>)
|
|
|
|
Q(<setcomp>)
|
|
|
|
Q(<genexpr>)
|
2014-01-25 13:51:19 +00:00
|
|
|
Q(<string>)
|
2014-01-23 22:22:00 +00:00
|
|
|
Q(<stdin>)
|