Home
last modified time | relevance | path

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

/external/python/cpython3/Doc/whatsnew/
D3.7.rst570 dataclasses section in New Modules
596 .. _whatsnew37_importlib_resources:
/external/python/cpython3/Lib/
Ddataclasses.py605 def _is_initvar(a_type, dataclasses): argument