Home
last modified time | relevance | path

Searched refs:get_identifiers_and_strings (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython3/Tools/scripts/
Dgenerate_global_objects.py291 def get_identifiers_and_strings() -> 'tuple[set[str], dict[str, str]]': function
310 identifiers, strings = get_identifiers_and_strings()
Ddeepfreeze.py20 from generate_global_objects import get_identifiers_and_strings
23 identifiers, strings = get_identifiers_and_strings()