Searched refs:self_local (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_descr.py | 426 def __init__(self_local, *a, **kw): argument 429 self_local.state = a[0] 432 self_local[v] = k 435 def __setitem__(self_local, key, value): argument 437 dict.__setitem__(self_local, key, value)
|
/external/python/cpython3/Lib/test/ |
D | test_descr.py | 407 def __init__(self_local, *a, **kw): argument 410 self_local.state = a[0] 413 self_local[v] = k 416 def __setitem__(self_local, key, value): argument 418 dict.__setitem__(self_local, key, value)
|