Home
last modified time | relevance | path

Searched defs:default_factory (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/data/util/
Doptions.py59 def create_option(name, ty, docstring, default_factory=lambda: None): argument
/external/python/cpython3/Lib/
Ddataclasses.py233 def __init__(self, default, default_factory, init, repr, hash, compare, argument
309 def field(*, default=MISSING, default_factory=MISSING, init=True, repr=True, argument
/external/python/cpython2/Modules/
D_collectionsmodule.c1451 PyObject *default_factory; member
/external/python/cpython3/Modules/
D_collectionsmodule.c1975 PyObject *default_factory; member