The dpf_operator.py module#

Summary#

Operator

Represents an operator, which is an elementary operation.

available_operator_names

Return the list of operator names available in the server.

LOG

Description#

Operator.

Module detail#

dpf_operator.available_operator_names(server=None)#

Return the list of operator names available in the server.

Parameters:

server (server.DPFServer, optional) – Server with channel connected to the remote or local instance. When None, attempts to use the global server.

Return type:

list

Notes

Function available with server’s version starting at 3.0. Not available for server of type GrpcServer.

dpf_operator.LOG#