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

Lines Matching refs:dictionary

33 #  cookies as a Python dictionary.  See RFC 2109 for more
36 # The original idea to treat Cookies as a dictionary came from
67 a dictionary.
116 Each dictionary element has a 'value' attribute, which gives you
136 the value to a string, when the values are set dictionary-style.
175 When setting a value in a dictionary-fashion, the SmartCookie will
419 # This dictionary provides a mapping from the lowercase
551 # Using this class is almost just like using a dictionary.
570 Called prior to setting a cookie's value from the dictionary
590 """Dictionary style assignment."""
627 from a dictionary. Loading cookies from a dictionary 'd'
673 the value using the dictionary assignment notation, SimpleCookie