Skip to content

_PythonWrapper_Invoke

QuantConnect.Python._PythonWrapper_Invoke

__call__

__call__(
    method: Any, *args: Union[Object, Iterable[Object]]
) -> Any

Invokes the given PyObject method with the specified arguments

Parameters:

Name Type Description Default
method Any

The method to invoke

required
args Union[Object, Iterable[Object]]

The arguments to call the method with

()

__getitem__

__getitem__(
    type: Type[QuantConnect_Python_PythonWrapper_Invoke_T],
) -> _Typed_PythonWrapper_Invoke[
    QuantConnect_Python_PythonWrapper_Invoke_T
]