Package dap :: Package wsgi :: Module application :: Class DapServerApplication
[hide private]
[frames] | no frames]

Class DapServerApplication

source code

       object --+    
                |    
SimpleApplication --+
                    |
                   DapServerApplication

Instance Methods [hide private]
  __init__(self, root, name="pyDAP server", template=None, verbose=False)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
  handlerequest(self)
  listfiles(self, dir)

Inherited from SimpleApplication: __call__, __iter__, close

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


Properties [hide private]

Inherited from object: __class__


Method Details [hide private]

__init__(self, root, name="pyDAP server", template=None, verbose=False)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: SimpleApplication.__init__

handlerequest(self)

source code 
None
Overrides: SimpleApplication.handlerequest

listfiles(self, dir)

source code 
None