Searched refs:get_identifiers_and_strings (Results 1 – 2 of 2) sorted by relevance
291 def get_identifiers_and_strings() -> 'tuple[set[str], dict[str, str]]': function310 identifiers, strings = get_identifiers_and_strings()
20 from generate_global_objects import get_identifiers_and_strings23 identifiers, strings = get_identifiers_and_strings()