Leggere in inglese

Condividi tramite


Out Class

An interface to set function output parameters.

Constructor

Python
Out()

Methods

get

Get the value of the output parameter.

set

Set the value of the output parameter.

get

Get the value of the output parameter.

Python
abstract get() -> T

set

Set the value of the output parameter.

Python
abstract set(val: T) -> None

Parameters

Name Description
val
Required