Home | History | Annotate | Download | only in test

Lines Matching refs:self_local

409             def __init__(self_local, *a, **kw):

412 self_local.state = a[0]
415 self_local[v] = k
418 def __setitem__(self_local, key, value):
420 dict.__setitem__(self_local, key, value)