astropy:docs

SAMPMsgReplierWrapper

class astropy.vo.samp.SAMPMsgReplierWrapper(cli)[source] [edit on github]

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:

cli : SAMPIntegratedClient or SAMPClient

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

Methods Summary

__call__(f)

Methods Documentation

__call__(f)[source] [edit on github]

Page Contents