Back to Aurora Vision Library Lite website
You are here: Start » All Functions » Python » ConditionalToPythonObject

ConditionalToPythonObject
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Header: | STD.h |
---|---|
Namespace: | avl |
Converts a conditional value to a python dynamic object changing Nil to Pythons None.
Syntax
void avl::ConditionalToPythonObject ( atl::Conditional<const avl::PythonObject&> inObject, avl::PythonObject& outObject )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inObject | Conditional<const PythonObject&> | ||
![]() |
outObject | PythonObject& |
Description
This is a helper filter allowing to pass a conditional data into the Python_CallFunction filter input arguments.
Nil value on the inObject input will be converted to the Pythons None object in the resulting PythonObject data. See Conditional Data in Python_CallFunction.
See Also
- Python_CallFunction – Calls a function from a Python module