wsgidav.samples.virtual_dav_provider.CategoryCollection.create_collection#

CategoryCollection.create_collection(name)#

Create a new collection as member of self.

Preconditions (to be ensured by caller):

  • this must be a collection

  • <self.path + name> must not exist

  • there must be no conflicting locks

This method MUST be implemented by all providers that support write access. This default implementation raises HTTP_FORBIDDEN.