... | ... | @@ -41,4 +41,4 @@ The kernel code supports a subset of the existing Python features. This section |
|
|
1. Exception raising and handling is supported in kernels, including `assert`.
|
|
|
1. Build in functions `isinstance()` and `zip()` are not supported in kernels.
|
|
|
1. Numpy types and simple list comprehensions (with static list size) are supported in kernels.
|
|
|
1. All list/arrays have a static size at kernel runtime. |
|
|
\ No newline at end of file |
|
|
1. All lists/arrays have a static size and type at kernel runtime. |
|
|
\ No newline at end of file |