Lines Matching refs:dict
54 # The memo is simply an array of objects, or it can be implemented as a dict
1034 name="dict",
1035 obtype=dict,
1036 doc="A Python dict object.")
1641 doc="Push an empty dict."),
1649 doc="""Build a dict out of the topmost stack slice, after markobject.
1652 a single Python dict, which single dict object replaces all of the
1666 doc="""Add a key+value pair to an existing dict.
1680 doc="""Add an arbitrary number of key+value pairs to an existing dict.
1683 an alternating sequence of keys and values, added to the dict
1685 topmost markobject is popped, leaving the mutated dict at the top
1978 safe_constructors dict, or the callable has a magic
1990 doc="""Finish building an object, via __setstate__ or dict update.
2003 Else the argument must be a dict, the object must have a __dict__, and
2115 object followed by an argument tuple and by a keyword argument dict
2116 (the dict being the stack top). Call these cls and args. They are
2215 # Build a code2op dict, mapping opcode characters to OpcodeInfo records.
2405 Optional arg 'memo' is a Python dict, used as the pickle's memo. It