HomeSort by relevance Sort by last modified time
    Searched refs:renamed_variables (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Lib/distutils/
sysconfig.py 336 renamed_variables = ('CFLAGS', 'LDFLAGS', 'CPPFLAGS')
355 elif n in renamed_variables:
356 if name.startswith('PY_') and name[3:] in renamed_variables:
380 and name[3:] in renamed_variables:
  /external/python/cpython3/Lib/
sysconfig.py 259 renamed_variables = ('CFLAGS', 'LDFLAGS', 'CPPFLAGS')
282 elif n in renamed_variables:
284 name[3:] in renamed_variables):
311 and name[3:] in renamed_variables:

Completed in 160 milliseconds