ID EN
Collections

default_factory

Python 3.11

This attribute is used by the __missing__() method; it is initialized from the first argument to the constructor, if present, or to None, if absent.

Syntax

PYTHON
default_factory

See Also

__missing__()