Home | History | Annotate | Download | only in test

Lines Matching refs:self_local

419             def __init__(self_local, *a, **kw):
422 self_local.state = a[0]
425 self_local[v] = k
428 def __setitem__(self_local, key, value):
430 dict.__setitem__(self_local, key, value)