(a_type, dataclasses)
| 760 | or type(a_type) is dataclasses.InitVar) |
| 761 | |
| 762 | def _is_kw_only(a_type, dataclasses): |
| 763 | return a_type is dataclasses.KW_ONLY |
| 764 | |
| 765 | |
| 766 | def _is_type(annotation, cls, a_module, a_type, is_type_predicate): |
no outgoing calls
no test coverage detected
searching dependent graphs…