The dpf_operator.py
module#
Summary#
Represents an operator, which is an elementary operation. |
Return the list of operator names available in the server. |
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#