Package dap :: Package parsers :: Module das
[hide private]
[frames] | no frames]

Module das

source code

DAS parser.

This module implements a DAS parser based on ``shlex.shlex``.

Classes [hide private]
  DASParser
A parser for Dataset Attribute Structure.

Functions [hide private]
  _test()

Variables [hide private]
  __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


Function Details [hide private]

_test()

source code 
None

Variables Details [hide private]

__author__

None
Value:
'Roberto De Almeida <rob@pydap.org>'                                   
      

WORDCHARS

None
Value:
"0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!#$%&'(
)*+-./<>?@\\^_`|~"                                                     
      

atomic_types

None
Value:
('byte',
 'int',
 'uint',
 'int16',
 'uint16',
 'int32',
 'uint32',
 'float32',
...