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

Lines Matching refs:boolean_attrs

1360         boolean_attrs = "discard", "secure"
1386 boolean_attrs:
1388 if k in boolean_attrs and v is None:
1425 if (k in value_attrs) or (k in boolean_attrs):