Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_descr.py409 def __init__(self_local, *a, **kw): argument
412 self_local.state = a[0]
415 self_local[v] = k
418 def __setitem__(self_local, key, value): argument
420 dict.__setitem__(self_local, key, value)