Searched refs:initialdata (Results 1 – 3 of 3) sorted by relevance
29 .. class:: UserDict([initialdata])33 :class:`~UserDict.UserDict` instances. If *initialdata* is provided, :attr:`data` is34 initialized with its contents; note that a reference to *initialdata* will not42 .. class:: IterableUserDict([initialdata])
127 def __init__(self, initialdata={}): argument128 self._map = dict(initialdata)
1184 .. class:: UserDict([initialdata])1188 :class:`UserDict` instances. If *initialdata* is provided, :attr:`data` is1189 initialized with its contents; note that a reference to *initialdata* will not