SAMPMsgReplierWrapper

class astropy.samp.SAMPMsgReplierWrapper(cli)[source]

Bases: object

Function decorator that allows to automatically grab errors and returned maps (if any) from a function bound to a SAMP call (or notify).

Parameters
cliSAMPIntegratedClient or SAMPClient

SAMP client instance. Decorator initialization, accepting the instance of the client that receives the call or notification.

Methods Summary

__call__(self, f)

Call self as a function.

Methods Documentation

__call__(self, f)[source]

Call self as a function.