wsgidav.dav_provider.DAVCollection.create_collection#

DAVCollection.create_collection(name)[source]#

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.