def __init__()

in packages/autorest.python/autorest/multiapi/models/imports.py [0:0]


    def __init__(
        self,
        imports: Optional[
            Dict[
                TypingSection,
                Dict[
                    ImportType,
                    Dict[
                        str,
                        Set[
                            Optional[
                                Union[
                                    str,
                                    Tuple[
                                        str,
                                        str,
                                    ],
                                    Tuple[
                                        str,
                                        Optional[str],
                                        Tuple[Tuple[Tuple[int, int], str, Optional[str]]],
                                    ],
                                ]
                            ]
                        ],
                    ],
                ],
            ]
        ] = None,