|
__init__(self,
filepath=None,
environ=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature
|
|
_parseconstraints(self,
constraints=None)
|
|
error(self,
info)
Error response.
|
|
asc(self,
constraints=None)
|
|
ascii(self,
constraints=None)
|
|
das(self,
constraints=None)
|
|
dds(self,
constraints=None)
|
|
dods(self,
constraints=None)
|
|
help(self,
constraints=None,
message='')
Help response.
|
|
html(self,
constraints=None)
|
|
json(self,
constraints=None)
JSON response.
|
|
ver(self,
constraints=None)
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|