Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_descr.py419 def __init__(self_local, *a, **kw): argument
422 self_local.state = a[0]
425 self_local[v] = k
428 def __setitem__(self_local, key, value): argument
430 dict.__setitem__(self_local, key, value)