Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dsysconfig.py150 def _extend_dict(target_dict, other_dict): argument
152 for key, value in other_dict.items():
/external/python/cpython3/Lib/
Dsysconfig.py160 def _extend_dict(target_dict, other_dict): argument
162 for key, value in other_dict.items():