Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dennisivy/ecommerce_django_mod4
/ functions
Functions
18,865 in github.com/dennisivy/ecommerce_django_mod4
⨍
Functions
18,865
◇
Types & classes
4,125
↳
Endpoints
10
↓ 31 callers
Method
_get_dynamic_attr
(self, attname, obj, default=None)
env/Lib/site-packages/django/contrib/syndication/views.py:77
↓ 31 callers
Method
copy
(self)
env/Lib/site-packages/pkg_resources/_vendor/pyparsing.py:2493
↓ 31 callers
Method
copy
(self)
env/Lib/site-packages/pip/_vendor/pyparsing.py:2971
↓ 31 callers
Method
execute
(self, *args, **options)
env/Lib/site-packages/django/contrib/auth/management/commands/createsuperuser.py:77
↓ 31 callers
Method
make_key
Construct the key used by all other methods. By default, use the key_func to generate a key (which, by default, prepends the
env/Lib/site-packages/django/core/cache/backends/base.py:89
↓ 31 callers
Method
split_contents
(self)
env/Lib/site-packages/django/template/base.py:317
↓ 30 callers
Method
_reserve
(self, n)
env/Lib/site-packages/pip/_vendor/msgpack/fallback.py:379
↓ 30 callers
Method
close
(self)
env/Lib/site-packages/PIL/TarIO.py:66
↓ 30 callers
Function
force_str
Similar to smart_str(), except that lazy instances are resolved to strings, rather than kept as lazy objects. If strings_only is True, d
env/Lib/site-packages/django/utils/encoding.py:48
↓ 30 callers
Method
insert
Standard list insert method
env/Lib/site-packages/django/contrib/gis/geos/mutable_list.py:193
↓ 30 callers
Method
partition
(self, sep)
env/Lib/collections/__init__.py:1239
↓ 30 callers
Method
update
Like dict.update() but add counts instead of replacing them. Source can be an iterable, a dictionary, or another Counter instance. >
env/Lib/collections/__init__.py:608
↓ 30 callers
Method
update
(self)
env/Lib/site-packages/pip/_vendor/progress/bar.py:32
↓ 29 callers
Method
date
(self)
env/Lib/site-packages/django/utils/datetime_safe.py:32
↓ 29 callers
Method
get
Return the last data value for the passed key. If key doesn't exist or value is an empty list, return `default`.
env/Lib/site-packages/django/utils/datastructures.py:110
↓ 29 callers
Method
insert
Inserts new element at location index in the list of parsed tokens. Similar to ``list.insert()``. Example:: pr
env/Lib/site-packages/pip/_vendor/pyparsing.py:779
↓ 29 callers
Method
split
Generator method to split a string using the given expression as a separator. May be called with optional C{maxsplit} argument, to li
env/Lib/site-packages/pkg_resources/_vendor/pyparsing.py:1799
↓ 28 callers
Method
add_operation
(self, app_label, operation, dependencies=None, beginning=False)
env/Lib/site-packages/django/db/migrations/autodetector.py:437
↓ 28 callers
Method
encode
Encodes the object input and returns a tuple (output object, length consumed). errors defines the error handling to apply. I
env/Lib/codecs.py:138
↓ 28 callers
Method
processStartTag
(self, token)
env/Lib/site-packages/pip/_vendor/html5lib/html5parser.py:471
↓ 28 callers
Method
rsplit
(self, sep=None, maxsplit=-1)
env/Lib/collections/__init__.py:1261
↓ 27 callers
Function
abs
Same as abs(a).
env/Lib/operator.py:71
↓ 27 callers
Function
none_guard
Decorator that returns None if any of the arguments to the decorated function are None. Many SQL functions return NULL if any of their argume
env/Lib/site-packages/django/db/backends/sqlite3/base.py:42
↓ 27 callers
Method
readline
(self)
env/Lib/site-packages/PIL/EpsImagePlugin.py:172
↓ 27 callers
Method
seek
Select a given frame as current image
env/Lib/site-packages/PIL/TiffImagePlugin.py:1022
↓ 27 callers
Function
unquote
Undo the effects of quote().
env/Lib/site-packages/django/contrib/admin/utils.py:75
↓ 26 callers
Method
_chain
Return a copy of the current QuerySet that's ready for another operation.
env/Lib/site-packages/django/db/models/query.py:1233
↓ 26 callers
Method
_save
(self, name, content)
env/Lib/site-packages/django/core/files/storage.py:233
↓ 26 callers
Method
allow_migrate_model
Return whether or not a model may be migrated. This is a thin wrapper around router.allow_migrate_model() that preemptively
env/Lib/site-packages/django/db/migrations/operations/base.py:104
↓ 26 callers
Method
db_manager
(self, using=None, hints=None)
env/Lib/site-packages/django/db/models/manager.py:125
↓ 26 callers
Method
eval
(self, context)
env/Lib/site-packages/django/template/smartif.py:133
↓ 26 callers
Method
extend
(self, paths)
env/Lib/site-packages/setuptools/command/egg_info.py:482
↓ 26 callers
Method
get_app_configs
Import applications and return an iterable of app configs.
env/Lib/site-packages/django/apps/registry.py:142
↓ 26 callers
Method
get_models
Return a list of all installed models. By default, the following models aren't included: - auto-created models for many-to-
env/Lib/site-packages/django/apps/registry.py:166
↓ 26 callers
Method
items
D.items() -> a set-like object providing a view on D's items
env/Lib/collections/__init__.py:224
↓ 26 callers
Method
lookup
Look for values in registry in Microsoft software registry. Parameters ---------- key: str Registry key
env/Lib/site-packages/setuptools/msvc.py:628
↓ 26 callers
Method
open
(self, im)
env/Lib/site-packages/PIL/WmfImagePlugin.py:42
↓ 26 callers
Method
parent
The name of the module's parent.
env/Lib/importlib/_bootstrap.py:390
↓ 26 callers
Method
pop
Remove and return the last element from the set. Raises KeyError if the set is empty. Example: >>> oset = Order
env/Lib/site-packages/setuptools/_vendor/ordered_set.py:209
↓ 26 callers
Method
run_command
Run a command in a child process , passing it any input data specified. :param cmd: The command to run. :param input_data: I
env/Lib/site-packages/pip/_vendor/distlib/index.py:181
↓ 26 callers
Method
values
Returns all named result values (as a list in Python 2.x, as an iterator in Python 3.x).
env/Lib/site-packages/pip/_vendor/pyparsing.py:688
↓ 25 callers
Function
_unpack_from
Explicit type cast for legacy struct.unpack_from
env/Lib/site-packages/pip/_vendor/msgpack/fallback.py:143
↓ 25 callers
Method
as_view
Main entry point for a request-response process.
env/Lib/site-packages/django/views/generic/base.py:49
↓ 25 callers
Function
check_format_condition
(condition, error_message)
env/Lib/site-packages/PIL/PdfParser.py:76
↓ 25 callers
Method
get
r"""Sends a GET request. Returns :class:`Response` object. :param url: URL for the new :class:`Request` object. :param \*\*kwargs: Op
env/Lib/site-packages/pip/_vendor/requests/sessions.py:534
↓ 25 callers
Method
read
Read the metadata values from a file path.
env/Lib/site-packages/pip/_vendor/distlib/metadata.py:356
↓ 25 callers
Method
strftime
(self, fmt)
env/Lib/site-packages/django/utils/datetime_safe.py:18
↓ 24 callers
Method
connect
Connect receiver to sender for signal. Arguments: receiver A function or an instance method which is to
env/Lib/site-packages/django/dispatch/dispatcher.py:49
↓ 24 callers
Method
decode
(self, s)
env/Lib/site-packages/django/utils/baseconv.py:66
↓ 24 callers
Method
execute
(self, query, params=None)
env/Lib/site-packages/django/db/backends/oracle/base.py:513
↓ 24 callers
Method
get_app_config
Import applications and returns an app config for the given label. Raise LookupError if no application exists with this label.
env/Lib/site-packages/django/apps/registry.py:147
↓ 24 callers
Method
get_compiler
(self, using=None, connection=None)
env/Lib/site-packages/django/db/models/sql/query.py:279
↓ 24 callers
Method
order_by
Return a new QuerySet instance with the ordering changed.
env/Lib/site-packages/django/db/models/query.py:1083
↓ 24 callers
Function
quote
Ensure that primary key values do not confuse the admin URLs by escaping any '/', '_' and ':' and similarly problematic characters. Simil
env/Lib/site-packages/django/contrib/admin/utils.py:65
↓ 24 callers
Method
send
Send signal from sender to all connected receivers. If any receiver raises an error, the error propagates back through send,
env/Lib/site-packages/django/dispatch/dispatcher.py:152
↓ 24 callers
Method
update
(self, dest, url, rev_options)
env/Lib/site-packages/pip/_internal/vcs/git.py:262
↓ 23 callers
Method
fail
(self)
env/Lib/site-packages/pip/_vendor/pytoml/parser.py:102
↓ 23 callers
Method
get_meta
Return the Options instance (the model._meta) from which to start processing. Normally, this is self.model._meta, but it can be chang
env/Lib/site-packages/django/db/models/sql/query.py:286
↓ 23 callers
Method
isdir
Return True if it is a directory.
env/Lib/tarfile.py:1381
↓ 23 callers
Method
quote_name
(self, name)
env/Lib/site-packages/django/db/backends/oracle/operations.py:321
↓ 23 callers
Method
read
Return the next size number of bytes from the stream.
env/Lib/tarfile.py:516
↓ 23 callers
Method
read
Return the next size number of bytes from the stream. If size is not defined, return all bytes of the stream up to EOF.
env/Lib/site-packages/pip/_vendor/distlib/_backport/tarfile.py:565
↓ 23 callers
Method
remove
(self, *objs, bulk=True)
env/Lib/site-packages/django/db/models/fields/related_descriptors.py:693
↓ 22 callers
Function
capfirst
Capitalize the first letter of a string.
env/Lib/site-packages/django/utils/text.py:14
↓ 22 callers
Method
close
(self)
env/Lib/site-packages/django/core/files/base.py:117
↓ 22 callers
Function
decode
Decode a single string. :param input: A byte string :param fallback_encoding: An :class:`Encoding` object or a label string.
env/Lib/site-packages/pip/_vendor/webencodings/__init__.py:139
↓ 22 callers
Method
get
Get a metadata field.
env/Lib/site-packages/pip/_vendor/distlib/metadata.py:492
↓ 22 callers
Method
has_change_permission
Return True if the given request has permission to change the given Django model instance, the default implementation doesn't examine
env/Lib/site-packages/django/contrib/admin/options.py:476
↓ 22 callers
Method
isdigit
(self)
env/Lib/collections/__init__.py:1225
↓ 22 callers
Function
voidptr_output
For functions that return c_void_p.
env/Lib/site-packages/django/contrib/gis/gdal/prototypes/generation.py:154
↓ 21 callers
Method
__init__
(self, parser, tree)
env/Lib/site-packages/pip/_vendor/html5lib/html5parser.py:450
↓ 21 callers
Method
add
Combine this tree and the data represented by data using the connector conn_type. The combine is done by squashing the node other
env/Lib/site-packages/django/utils/tree.py:78
↓ 21 callers
Method
add
(self, path)
env/Lib/site-packages/pip/_internal/req/req_uninstall.py:340
↓ 21 callers
Method
all
Return a new QuerySet that is a copy of the current one. This allows a QuerySet to proxy for a model manager in some cases.
env/Lib/site-packages/django/db/models/query.py:891
↓ 21 callers
Method
clone
Return a clone of this registry.
env/Lib/site-packages/django/db/migrations/state.py:319
↓ 21 callers
Method
encode
(k, v)
env/Lib/site-packages/django/http/request.py:544
↓ 21 callers
Method
error
Generates an error token with the given message :arg msg: the error message :returns: SerializeError token
env/Lib/site-packages/pip/_vendor/html5lib/treewalkers/base.py:38
↓ 21 callers
Method
flush
(self)
env/Lib/site-packages/pip/_vendor/urllib3/response.py:133
↓ 21 callers
Method
insert
Inserts new element at location index in the list of parsed tokens. Similar to C{list.insert()}. Example::
env/Lib/site-packages/setuptools/_vendor/pyparsing.py:585
↓ 21 callers
Method
items
Dict-like items() that returns a list of name-value tuples from the jar. Allows client-code to call ``dict(RequestsCookieJar)`` and get a
env/Lib/site-packages/pip/_vendor/requests/cookies.py:261
↓ 21 callers
Function
ngettext_lazy
(singular, plural, number=None)
env/Lib/site-packages/django/utils/translation/__init__.py:201
↓ 21 callers
Method
remove
Standard list remove method
env/Lib/site-packages/django/contrib/gis/geos/mutable_list.py:205
↓ 21 callers
Method
rfind
(self, sub, start=0, end=_sys.maxsize)
env/Lib/collections/__init__.py:1247
↓ 21 callers
Function
unpack
Unpack an object from `stream`. Raises `ExtraData` when `stream` contains extra bytes. See :class:`Unpacker` for options.
env/Lib/site-packages/pip/_vendor/msgpack/__init__.py:38
↓ 20 callers
Function
_assert_no_error
Checks the return code and throws an exception if there is an error to report
env/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py:84
↓ 20 callers
Method
add
Queue a message to be stored. The message is only queued if it contained something and its level is not less than the record
env/Lib/site-packages/django/contrib/messages/storage/base.py:129
↓ 20 callers
Function
chunk
Split a string into two parts at the input index.
env/Lib/site-packages/django/contrib/gis/db/backends/postgis/pgraster.py:25
↓ 20 callers
Method
consume
(self, s)
env/Lib/site-packages/pip/_vendor/pytoml/parser.py:125
↓ 20 callers
Function
display_path
Gives the display value for a given path, making it relative to cwd if possible.
env/Lib/site-packages/pip/_internal/utils/misc.py:193
↓ 20 callers
Method
exists
(self, session_key)
env/Lib/site-packages/django/contrib/sessions/backends/db.py:46
↓ 20 callers
Method
findall
Find all files under the base and set ``allfiles`` to the absolute pathnames of files found.
env/Lib/site-packages/pip/_vendor/distlib/manifest.py:57
↓ 20 callers
Method
flush
(self)
env/Lib/site-packages/PIL/ImageDraw2.py:48
↓ 20 callers
Method
formfield
Return a django.forms.Field instance for this field.
env/Lib/site-packages/django/db/models/fields/__init__.py:891
↓ 20 callers
Method
get_query_string
(self, new_params=None, remove=None)
env/Lib/site-packages/django/contrib/admin/views/main.py:205
↓ 20 callers
Method
items
Returns key-value pairs like dict.items() representing the loaded configuration
env/Lib/site-packages/pip/_internal/configuration.py:166
↓ 20 callers
Method
match
(self, char)
env/Lib/sre_parse.py:249
↓ 20 callers
Function
namedtuple
Returns a new subclass of tuple with named fields. >>> Point = namedtuple('Point', ['x', 'y']) >>> Point.__doc__ # docstrin
env/Lib/collections/__init__.py:313
↓ 20 callers
Method
pop
D.pop(k[,d]) -> v, remove specified key and return the corresponding value. If key is not found, d is returned if given, otherwise KeyError
env/Lib/site-packages/pip/_vendor/urllib3/_collections.py:191
↓ 20 callers
Method
quote_name
(self, name)
env/Lib/site-packages/django/db/backends/postgresql/operations.py:111
↓ 20 callers
Method
raw
(self, raw_query, params=None, translations=None, using=None)
env/Lib/site-packages/django/db/models/query.py:792
← previous
next →
201–300 of 18,865, ranked by callers