Django
1.0
▾ django
▸ __main__
▸ apps
▸ bin
▸ conf
▸ contrib
▸ core
▸ db
▸ dispatch
▸ forms
▸ http
▸ middleware
▸ shortcuts
▸ template
▸ templatetags
▸ test
▸ urls
▾ utils
▸ archive
▸ asyncio
▸ autoreload
▸ baseconv
▸ cache
▸ crypto
▾ datastructures
class
CaseInsensitiveMapping
class
DictWrapper
class
ImmutableList
class
MultiValueDict
class
MultiValueDictKeyError
class
OrderedSet
▸ dateformat
▸ dateparse
▸ dates
▸ datetime_safe
▸ deconstruct
▸ decorators
▸ deprecation
▸ duration
▸ encoding
▸ feedgenerator
▸ formats
▸ functional
▸ hashable
▸ html
▸ http
▸ inspect
▸ ipv6
▸ itercompat
▸ jslex
▸ log
▸ lorem_ipsum
▸ module_loading
▸ numberformat
▸ regex_helper
▸ safestring
▸ termcolors
▸ text
▸ timesince
▸ timezone
▸ topological_sort
▸ translation
▸ tree
▸ version
▸ xmlutils
▸ views
Class OrderedSet
django
.
utils
.
datastructures
.
OrderedSet
A set which keeps the ordering of the inserted items.
Declaration
class
OrderedSet
source
link
Documentation
Methods
▷
def
__bool__
(
self
)
source
link
▷
def
__contains__
(
self, item
)
source
link
▷
def
__init__
(
self, iterable=None
)
source
link
▷
def
__iter__
(
self
)
source
link
▷
def
__len__
(
self
)
source
link
▷
def
add
(
self, item
)
source
link
▷
def
discard
(
self, item
)
source
link
▷
def
remove
(
self, item
)
source
link
Reexports
Imported in
django.core.management.commands.shell
.
Imported in
django.test.runner
.
Imported in
django.db.backends.mysql.introspection
.
Imported in
django.db.models.lookups
.
Imported in
django.db.models.options
.
Imported in
django.forms.widgets
.
Generated by
nedoc
v0.9 at 2020-12-29 14:04