PyExplode

Revision as of 15:30, 20 August 2025 by Lchrisman (talk | contribs) (Created page with "category:Python integration ''new to Analytica 7.0'' == PyExplode( obj'', indexes, excludeTypes, keyIndexName'' ) == Expands a Python object into an Analytica data s...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

new to Analytica 7.0

PyExplode( obj, indexes, excludeTypes, keyIndexName )

Expands a Python object into an Analytica data structure, if possible. Only one level is exploded, so for example, if you explode a Dict of Tuples, the result is an Analytica array with one cell per Dict entry, but the elements are still Python tuple objects.

See also

Comments
Loading comments...