Package dap :: Package plugins :: Package matlab :: Class Handler
[hide private]
[frames] | no frames]

Class Handler

source code

        object --+    
                 |    
server.BaseHandler --+
                     |
                    Handler

Instance Methods [hide private]
  __init__(self, filepath, environ)
Handler constructor.
  _parseconstraints(self, constraints=None)
Dataset builder.

Inherited from server.BaseHandler: asc, ascii, das, dds, dods, error, help, html, json, ver

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__


Class Variables [hide private]

Inherited from server.BaseHandler: description


Properties [hide private]

Inherited from object: __class__


Method Details [hide private]

__init__(self, filepath, environ)
(Constructor)

source code 
Handler constructor.
Overrides: server.BaseHandler.__init__

_parseconstraints(self, constraints=None)

source code 

Dataset builder.

This method opens the Matlab file and build the datasets, considering each variable as an ``ArrayType``.
Overrides: server.BaseHandler._parseconstraints