Home
Trees
Indices
Help
pydap
[
hide private
]
[
frames
] |
no frames
]
[
Module Hierarchy
|
Class Hierarchy
]
Class Hierarchy
compiler.visitor.ASTVisitor
:
Performs a depth-first walk of the AST The ASTVisitor will walk the AST, performing either a preorder or postorder traversal depending on which method is called.
dap.util.filter.ASTVisitor
dap.responses.html.templess.cgitemplate
:
simple cgi engine for serving templess templates
dap.util.wsgi_intercept.wsgi_fake_socket
:
Handle HTTP traffic and stuff into a WSGI application object instead.
exceptions.Exception
:
Common base class for all exceptions.
dap.exceptions.DapError
:
Base DAP exception.
dap.exceptions.ClientError
:
Generic error with the client.
dap.exceptions.ServerError
:
Generic error with the server.
dap.exceptions.ConstraintExpressionError
:
Exception raised when an invalid constraint expression is given.
dap.exceptions.PluginError
:
Generic error with a plugin.
dap.exceptions.ExtensionNotSupportedError
:
Exception raised when trying to open a file not supported by any plugins.
dap.exceptions.OpenFileError
:
Exception raised when unable to open a file.
dap.responses.html.nanosax.XMLError
httplib.HTTPConnection
dap.util.wsgi_intercept.WSGI_HTTPConnection
:
Intercept all traffic to certain hosts & redirect into a WSGI application object.
httplib.HTTPResponse
object
:
The most base type
paste.script.templates.Template
dap.plugins.templates.DapPluginTemplate
dap.wsgi.templates.DapServerTemplate
dap.xdr.DapUnpacker
:
A XDR data unpacker.
dap.plugins.matlab.matfile.matFile
dap.responses.html.templess.objectcontext
:
wrapper around objects to allow Templess to traverse attributes...
simplejson.encoder.JSONEncoder
:
Extensible JSON <http://json.org> encoder for Python data structures.
dap.responses.json.DapEncoder
dap.wsgi.application.SimpleApplication
dap.wsgi.application.DapServerApplication
dap.responses.html.nanosax.nsparser
:
very simple parser for XML
dict
:
dict() -> new empty dictionary.
dap.util.ordereddict.odict
:
Ordered dictionary.
dap.dtypes.StructureType
:
Structure contructor.
dap.dtypes.DatasetType
:
Dataset constructor.
dap.dtypes.SequenceType
:
Sequence constructor.
dap.plugins.matlab.matfile.matObject
:
Python representation of a ML Object.
dap.plugins.matlab.matfile.matStruct
:
Python representation of a ML Struct Array.
dap.responses.html.nanosax.nshandler
:
handler for nsparser
dap.responses.html.nanosax.echohandler
dap.responses.html.templess.treebuilderhandler
:
nanosax handler to convert XML to a node tree
list
:
list() -> new list list(sequence) -> new list initialized from sequence's items
dap.responses.html.templess.elnode
:
XML element
dap.responses.html.templess.templessnode
:
templess element node
dap.dtypes.BaseType
:
DAP Base type.
dap.dtypes.ArrayType
:
An array of BaseType variables.
basestring
:
Type basestring cannot be instantiated; it is the base for str and unicode.
unicode
:
unicode(string [, encoding[, errors]]) -> object
dap.responses.html.templess.xmlstring
:
wrapper around unicode to mark a string as XML
dap.server.BaseHandler
dap.server.SimpleHandler
dap.plugins.netcdf.Handler
dap.plugins.matlab.Handler
dap.plugins.csvfiles.Handler
dap.plugins.grads.Handler
dap.plugins.sql.Handler
dap.responses.html.templess.node
:
node base
dap.responses.html.templess.textnode
:
text element
dap.responses.html.templess.cdatanode
:
cdata node
dap.responses.html.templess.commentnode
:
comment node
dap.responses.html.templess.elnode
:
XML element
dap.responses.html.templess.templessnode
:
templess element node
dap.proxy.Proxy
:
A proxy to data stored in a DODS server.
dap.dtypes.GridType
:
Grid constructor.
dap.xdr.DapPacker
:
Pack variable data into XDR.
dap.responses.html.templess.template
:
a Templess template
shlex.shlex
:
A lexical analyzer class for simple shell-like syntaxes.
dap.parsers.BaseParser
:
A base parser with support functions.
dap.parsers.das.DASParser
:
A parser for Dataset Attribute Structure.
dap.parsers.dds.DDSParser
:
A parser for Dataset Descriptor Structure.
Home
Trees
Indices
Help
pydap
Generated by Epydoc 3.0alpha3 on Mon Nov 13 21:49:03 2006
http://epydoc.sourceforge.net