Collection.create_empty#

classmethod Collection.create_empty() Self[source]#

Create an empty collection without any data.

This method simply calls create_empty() on all member schemas, including non-optional ones.

Returns:

An instance of this collection.