Home
last modified time | relevance | path

Searched refs:_init_param (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/
H A Ddataclasses.py509 def _init_param(f): function
573 _init_params = [_init_param(f) for f in std_fields]
579 _init_params += [_init_param(f) for f in kw_only_fields]

Completed in 3 milliseconds