Searched defs:dataclasses (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/ |
D | 3.10.rst | 987 dataclasses section in Improved Modules 993 Added ``slots`` parameter in :func:`dataclasses.dataclass` decorator. argument 999 dataclasses now supports fields that are keyword-only in the argument
|
D | 3.7.rst | 571 dataclasses section in New Modules 597 .. _whatsnew37_importlib_resources:
|
D | 3.11.rst | 631 dataclasses section in Improved Modules 640 .. _whatsnew311-datetime:
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | dataclasses.py | 654 def _is_initvar(a_type, dataclasses): argument 660 def _is_kw_only(a_type, dataclasses): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | dataclasses.py | 654 def _is_initvar(a_type, dataclasses): argument 660 def _is_kw_only(a_type, dataclasses): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | dataclasses.py | 654 def _is_initvar(a_type, dataclasses): argument 660 def _is_kw_only(a_type, dataclasses): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | dataclasses.py | 654 def _is_initvar(a_type, dataclasses): argument 660 def _is_kw_only(a_type, dataclasses): argument
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | dataclasses.py | 654 def _is_initvar(a_type, dataclasses): argument 660 def _is_kw_only(a_type, dataclasses): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | dataclasses.py | 654 def _is_initvar(a_type, dataclasses): argument 660 def _is_kw_only(a_type, dataclasses): argument
|