Package amplee :: Package handler :: Package store :: Package wsgi :: Class Store
[hide private]
[frames] | no frames]

Class Store

source code

object --+
         |
        Store

Instance Methods [hide private]
  __init__(self, collection, member_types, strict=True)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature...
  create_member(self, environ, start_response)
  head_collection(self, environ, start_response)
  get_collection(self, environ, start_response)
  head_member(self, environ, start_response)
  get_member(self, environ, start_response)
  delete_member(self, environ, start_response)
  update_member(self, environ, start_response)

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, collection, member_types, strict=True)
(Constructor)

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

Overrides: object.__init__
(inherited documentation)

create_member(self, environ, start_response)

source code 
None

head_collection(self, environ, start_response)

source code 
None

get_collection(self, environ, start_response)

source code 
None

head_member(self, environ, start_response)

source code 
None

get_member(self, environ, start_response)

source code 
None

delete_member(self, environ, start_response)

source code 
None

update_member(self, environ, start_response)

source code 
None