| Home | Trees | Indices | Help |
|
|---|
|
|
DAS parser.
This module implements a DAS parser based on ``shlex.shlex``.
|
|||
|
DASParser A parser for Dataset Attribute Structure. |
||
|
|||
| _test() | ||
|
|||
|
__author__ = 'Roberto De Almeida <rob@pydap.org>'
|
||
|
WORDCHARS = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO...
|
||
|
atomic_types = ('byte', 'int', 'uint', 'int16', 'uint16', 'int32', ...
|
||
Imports: operator, shlex.shlex, dtypes, BaseParser, util.safeeval.expr_eval
|
|||
|
|
|||
__author__None
|
WORDCHARSNone
|
atomic_typesNone
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Mon Nov 13 21:49:05 2006 | http://epydoc.sourceforge.net |