Home | History | Annotate | Download | only in python2.7

Lines Matching refs:c2

1628             c2 = c[cookie.domain]
1629 if cookie.path not in c2: c2[cookie.path] = {}
1630 c3 = c2[cookie.path]