Home
last modified time | relevance | path

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

/external/python/cpython3/Tools/c-analyzer/c_analyzer/variables/
Dinfo.py7 def normalize_vartype(vartype): function
53 vartype=normalize_vartype(vartype) if vartype else None,
/external/python/cpython3/Lib/test/test_tools/test_c_analyzer/test_variables/
Dtest_info.py9 normalize_vartype, Variable
25 normalized = normalize_vartype(vartype)