Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dcollections.py167 def __repr__(self, _repr_running={}): argument
170 if call_key in _repr_running:
172 _repr_running[call_key] = 1
178 del _repr_running[call_key]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dcollections.py169 def __repr__(self, _repr_running={}): argument
172 if call_key in _repr_running:
174 _repr_running[call_key] = 1
180 del _repr_running[call_key]