Home
last modified time | relevance | path

Searched defs:dataclasses (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Doc/whatsnew/
D3.10.rst988 dataclasses section in Improved Modules
994 Added ``slots`` parameter in :func:`dataclasses.dataclass` decorator. argument
1000 dataclasses now supports fields that are keyword-only in the argument
D3.7.rst571 dataclasses section in New Modules
597 .. _whatsnew37_importlib_resources:
/third_party/python/Lib/
Ddataclasses.py654 def _is_initvar(a_type, dataclasses): argument
660 def _is_kw_only(a_type, dataclasses): argument