Skip to content

query_operator_infoQueryOperatorInfoQueryOperatorInfoquery_operator_infoT_query_operator_info🔗

Short description🔗

query_operator_infoQueryOperatorInfoQueryOperatorInfoquery_operator_infoT_query_operator_info — Query slots concerning information with relation to the operator get_operator_infoGetOperatorInfo.

Signature🔗

query_operator_info( out string Slots )void QueryOperatorInfo( HTuple* Slots )static void HOperatorSet.QueryOperatorInfo( out HTuple slots )def query_operator_info( ) -> Sequence[str]

Herror T_query_operator_info( Htuple* Slots )

static HTuple HInfo::QueryOperatorInfo( )

static HTuple HInfo.QueryOperatorInfo( )

Description🔗

The operator query_operator_infoQueryOperatorInfo returns the names of those online texts (Slotsslotsslots) which are available online for each operator. The information itself can be called up using

get_operator_info(::<OperatorName>,<Slot>:<Information>).

Execution information🔗

Execution information
  • Multithreading type: reentrant (runs in parallel with non-exclusive operators).

  • Multithreading scope: global (may be called from any thread).

  • Processed without parallelization.

Parameters🔗

Slotsslotsslots (output_control) string-array → (string)HTuple (HString)HTuple (string)Sequence[str]Htuple (char*)

Slot names of the operator get_operator_infoGetOperatorInfo.

Result🔗

The operator query_operator_infoQueryOperatorInfo always returns the value 2 (H_MSG_TRUE).

Combinations with other operators🔗

Combinations

Possible successors

get_operator_infoGetOperatorInfo

See also

get_operator_infoGetOperatorInfo

Module🔗

Foundation