Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Methods can be implemented as 'inline' (see 'Inline Methods' here: https://developer.c3.ai/docs/7.12.17/topic/methods ). In the context of Python methods, this means if you're currently executing the function from a Python context, the method will be executed in your current python context. This means if you define an inline python method which requires specific packages not normally available, the method will fail if your context doesn't have the necessary packages.

Official C3.ai resources for Python