Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/distutils/
Dspawn.py86 _cfg_target_split = None variable
96 global _cfg_target, _cfg_target_split
101 _cfg_target_split = [int(x) for x in _cfg_target.split('.')]
107 if _cfg_target_split > [int(x) for x in cur_target.split('.')]:
/external/python/cpython2/Lib/distutils/
Dspawn.py114 _cfg_target_split = None variable
124 global _cfg_target, _cfg_target_split
129 _cfg_target_split = [int(x) for x in _cfg_target.split('.')]
135 if _cfg_target_split > [int(x) for x in cur_target.split('.')]: