Searched defs:ImportModules (Results 1 – 1 of 1) sorted by relevance
61 struct ImportModules { struct62 bool has_repeated = false; // _containers63 bool has_iterable = false; // typing.Iterable64 bool has_messages = false; // _message65 bool has_enums = false; // _enum_type_wrapper66 bool has_extendable = false; // _python_message67 bool has_mapping = false; // typing.Mapping68 bool has_optional = false; // typing.Optional69 bool has_union = false; // typing.Union70 bool has_well_known_type = false;