diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2022-06-19 19:47:51 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2022-06-19 19:47:51 +0530 |
commit | 4fd287655a72b9aea14cdac715ad5b90ed082ed2 (patch) | |
tree | 65d393bc0e699dd12d05b29ba568e04cea666207 /circuitpython/mpy-cross/build/genhdr/qstr/@@__py__runtime.c.qstr | |
parent | 0150f70ce9c39e9e6dd878766c0620c85e47bed0 (diff) |
add circuitpython code
Diffstat (limited to 'circuitpython/mpy-cross/build/genhdr/qstr/@@__py__runtime.c.qstr')
-rw-r--r-- | circuitpython/mpy-cross/build/genhdr/qstr/@@__py__runtime.c.qstr | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/circuitpython/mpy-cross/build/genhdr/qstr/@@__py__runtime.c.qstr b/circuitpython/mpy-cross/build/genhdr/qstr/@@__py__runtime.c.qstr new file mode 100644 index 0000000..fdc8402 --- /dev/null +++ b/circuitpython/mpy-cross/build/genhdr/qstr/@@__py__runtime.c.qstr @@ -0,0 +1,42 @@ +Q(__name__) +Q(__main__) +Q(keys) +Q(__getitem__) +Q(function) +Q(__class__) +Q(__next__) +Q(__getitem__) +Q(__next__) +Q(__next__) +Q(__next__) +Q(send) +Q(close) +Q(throw) +Q(__name__) +TRANSLATE("name '%q' is not defined") +TRANSLATE("can't convert %q to int") +TRANSLATE("unsupported type for %q: '%q'") +TRANSLATE("negative shift count") +TRANSLATE("negative shift count") +TRANSLATE("unsupported types for %q: '%q', '%q'") +TRANSLATE("division by zero") +TRANSLATE("'%q' object is not callable") +TRANSLATE("need more than %d values to unpack") +TRANSLATE("too many values to unpack (expected %d)") +TRANSLATE("need more than %d values to unpack") +TRANSLATE("argument has wrong type") +TRANSLATE("argument should be a '%q' not a '%q'") +TRANSLATE("unreadable attribute") +TRANSLATE("type object '%q' has no attribute '%q'") +TRANSLATE("'%s' object has no attribute '%q'") +TRANSLATE("'%s' object has no attribute '%q'") +TRANSLATE("'%q' object is not iterable") +TRANSLATE("'%q' object is not an iterator") +TRANSLATE("'%q' object is not an iterator") +TRANSLATE("generator raised StopIteration") +TRANSLATE("exceptions must derive from BaseException") +TRANSLATE("cannot import name %q") +TRANSLATE("cannot import name %q") +TRANSLATE("memory allocation failed, heap is locked") +TRANSLATE("memory allocation failed, allocating %u bytes") +TRANSLATE("maximum recursion depth exceeded") |