Searched refs:UserList (Results 1 – 20 of 20) sorted by relevance
3 from UserList import UserList7 type2test = UserList20 u = UserList("spam")25 u = UserList("eggs")28 u2 = u.__radd__(UserList("spam"))34 u += UserList([0, 1])
16 from UserList import UserList64 l = UserList([b'1', b'2'])77 l = UserList([1,2,3])
227 from UserList import UserList228 a = UserList()229 b = UserList()
4 from UserList import UserList137 self.assertEqual(func(UserList(data), elem), expected)237 for insorted in (list(), UserList()):
5 from UserList import UserList36 self.checkequal('z', UserList(['z']), 'join', 'a')
19 from UserList import UserList69 l = UserList(['1', '2'])82 l = UserList([1,2,3])
12 from UserList import UserList84 l = UserList([b'123', b'456'])
4 import UserList191 L = UserList.UserList()205 L2 = UserList.UserList(L)209 L3 = UserList.UserList(range(10))
7 from UserList import UserList1095 self.checkequal('z', 'a', 'join', UserList(['z']))
8 from UserList import UserList
221 from UserList import UserList222 c = UserList(); c.append(c)
38 from UserList import UserList1256 l = UserList([b'ab', b'cd', b'ef'])2481 l = UserList(['ab', 'cd', 'ef'])
5 class UserList(collections.MutableSequence): class12 elif isinstance(initlist, UserList):24 if isinstance(other, UserList): return other.data39 if isinstance(other, UserList):49 if isinstance(other, UserList):56 if isinstance(other, UserList):63 if isinstance(other, UserList):85 if isinstance(other, UserList):
80 :mod:`UserList` --- Class wrapper for list objects83 .. module:: UserList99 from :class:`~UserList.UserList` and :class:`str` at the same time. That would not be107 The :mod:`UserList` module defines the :class:`~UserList.UserList` class:110 .. class:: UserList([list])113 list, which is accessible via the :attr:`data` attribute of :class:`~UserList.UserList`116 real Python list or a :class:`~UserList.UserList` object.119 The :class:`~UserList.UserList` class has been moved to the :mod:`collections`125 section :ref:`typesseq`), :class:`~UserList.UserList` instances provide the following129 .. attribute:: UserList.data[all …]
56 from UserList import UserList58 _mutable_set_types += (UserList,)
56 them. The :mod:`UserList` module provides a class that supports all of the58 that expects a regular Python list and won't accept a :class:`~UserList.UserList`
503 typedef SmallVector<ExternalUser, 16> UserList; typedef in llvm::slpvectorizer::BoUpSLP553 UserList ExternalUses;
868 classes. But can "wrap" them, see UserDict & UserList modules,2007 UserList A wrapper to allow subclassing of built-in list class.
3950 changes were made to UserList.index(). SF feature request 754014.8671 - UserList: now implements __contains__().10017 Test suite for UserList.10019 * Lib/UserList.py: Use isinstance() where appropriate.10797 - The UserList module/class now supports the extend() method, like10996 - UserList.py: In __getslice__, use self.__class__ instead of10997 UserList.14808 - UserList module now supports + and * operators.
9368 xml.dom.minidom.NamedNodeMap, numbers.Number, UserList.UserList)