remisc.dxm
index
c:\users\brian\projects\remisc\dxm.py

Defines common format for Data eXchange Models over scientific RESTful
computation services. Any class can be a DXM, so long as it is marked with
the @isdxm decorator. DXMs will be supported by JSON-object conversions
defined within this module to facilitate request parsing and response
construction, and are publicly documented by the class docstring.

 
Classes
       
__builtin__.object
Empty

 
class Empty(__builtin__.object)
    This is an empty class used to define a data exchange model for testing,
demonstration, and (although completely unnecessary) extension purposes.
 
  Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Data and other attributes defined here:
isdxm = True

 
Functions
       
isdxm(cls)