ServiceRemoteFunctionPool

class dsviper.ServiceRemoteFunctionPool

Bases: object

A class used to represent a remote function pool.

Note: Not directly instantiable.

check(func_name: str) ServiceRemoteFunctionPoolFunction

Return a function or raise.

documentation() str

Return the documentation.

functions() list[ServiceRemoteFunctionPoolFunction]

Return the list of functions.

name() str

Return the name.

query(func_name: str) ServiceRemoteFunctionPoolFunction | None

Return a function or None.

uuid() ValueUUId

Return the uuid.