FAQ
This page collects common questions with a short answer and a link to a deeper explanation.
Kernel authoring
| Question | Short answer |
|---|---|
Why do I get an AttributeError when calling a class method inside a kernel? | Resolve the Python method on the host side before defining the kernel, then capture it as a constant. |