Home | History | Annotate | Download | only in test

Lines Matching refs:self_local

411             def __init__(self_local, *a, **kw):
414 self_local.state = a[0]
417 self_local[v] = k
420 def __setitem__(self_local, key, value):
422 dict.__setitem__(self_local, key, value)