[ Module Hierarchy
| Class Hierarchy ]
Class Hierarchy
- object:
The most base type
- exceptions.BaseException:
Common base class for all exceptions
- exceptions.Exception:
Common base class for all non-exit exceptions.
- sampy.SAMPClient:
Utility class which provides facilities to create and manage a SAMP
compliant XML-RPC server that acts as SAMP callable client
application.
- sampy.SAMPHubProxy:
Proxy class useful to simplify the client interaction with a SAMP
Hub.
- sampy.SAMPHubServer:
SAMP Hub Server implementation (Standard Profile v1.0)
- sampy.SAMPIntegratedClient:
This class is meant to simplify the client usage providing a proxy
class that merges the SAMPClient and SAMPHubProxy
functionalities in a simplified API.
- sampy.SAMPLog:
SAMP Hub logging class.
- sampy.SAMPMsgReplierWrapper:
Decorator class/function that allows to automatically grab errors
and returned maps (if any) from a function bound to a SAMP call (or
notify).