Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pallets/werkzeug
/ functions
Functions
2,000 in github.com/pallets/werkzeug
⨍
Functions
2,000
◇
Types & classes
303
↳
Endpoints
1
↓ 2 callers
Function
parse_if_range_header
Parses an if-range header which can be an etag or a date. Returns a :class:`~werkzeug.datastructures.IfRange` object. .. versionchanged:: 2.
src/werkzeug/http.py:723
↓ 2 callers
Function
parse_range_header
Parses a range header into a :class:`~werkzeug.datastructures.Range` object. If the header is missing or malformed `None` is returned. `range
src/werkzeug/http.py:741
↓ 2 callers
Function
parse_set_header
Parse a set-like header and return a :class:`~werkzeug.datastructures.HeaderSet` object: >>> hs = parse_set_header('token, "quoted value"')
src/werkzeug/http.py:621
↓ 2 callers
Method
pop
(self, key, default=_missing)
src/werkzeug/datastructures.py:797
↓ 2 callers
Method
popitemlist
Pop a ``(key, list)`` tuple from the dict.
src/werkzeug/datastructures.py:604
↓ 2 callers
Method
poplist
Pop the list for a key from the dict. If the key is not in the dict an empty list is returned. .. versionchanged:: 0.5 If
src/werkzeug/datastructures.py:594
↓ 2 callers
Method
poplist
(self, key)
src/werkzeug/datastructures.py:791
↓ 2 callers
Method
push
()
src/werkzeug/debug/console.py:66
↓ 2 callers
Method
quality
Returns the quality of the key. .. versionadded:: 0.6 In previous versions you had to use the item-lookup syntax (eg: `
src/werkzeug/datastructures.py:1696
↓ 2 callers
Function
quote_header_value
Quote a header value if necessary. .. versionadded:: 0.5 :param value: the value to quote. :param extra_chars: a list of extra character
src/werkzeug/http.py:202
↓ 2 callers
Method
register
(self, code: CodeType, source: str)
src/werkzeug/debug/console.py:121
↓ 2 callers
Method
render_object_dump
( self, items: t.List[t.Tuple[str, str]], title: str, repr: t.Optional[str] = None )
src/werkzeug/debug/repr.py:273
↓ 2 callers
Function
render_template
Render a template into a response.
examples/plnt/utils.py:62
↓ 2 callers
Method
render_traceback_text
(self)
src/werkzeug/debug/tbtools.py:269
↓ 2 callers
Method
run_step
Run one step for watching the filesystem. Called once to set up initial state, then repeatedly to update it.
src/werkzeug/_reloader.py:251
↓ 2 callers
Method
send_event
(self, event: Event)
src/werkzeug/sansio/multipart.py:261
↓ 2 callers
Method
set
Simple method to update the ranges.
src/werkzeug/datastructures.py:2594
↓ 2 callers
Method
set_digest
Clear the auth info and enable digest auth.
src/werkzeug/datastructures.py:2789
↓ 2 callers
Method
set_etag
Set the etag, and override the old one if there was one.
src/werkzeug/sansio/response.py:500
↓ 2 callers
Method
suitable_for
Check if the dict of values has enough data for url generation. :internal:
src/werkzeug/routing/rules.py:845
↓ 2 callers
Method
sync
(self)
examples/cupoftee/db.py:56
↓ 2 callers
Method
to_header
Convert the stored values into a WWW-Authenticate header.
src/werkzeug/datastructures.py:2810
↓ 2 callers
Method
to_url
Returns a URL string or bytes depending on the type of the information stored. This is just a convenience function for calling :meth:
src/werkzeug/urls.py:159
↓ 2 callers
Method
to_url
(self, value: t.Any)
src/werkzeug/routing/converters.py:96
↓ 2 callers
Function
unicodecmp
(a, b)
examples/cupoftee/utils.py:7
↓ 2 callers
Method
update
(self)
src/werkzeug/routing/matcher.py:53
↓ 2 callers
Function
url_decode
Parse a query string and return it as a :class:`MultiDict`. :param s: The query string to parse. :param charset: Decode bytes to string with
src/werkzeug/urls.py:819
↓ 2 callers
Function
url_for
Simple function for URL generation.
examples/plnt/utils.py:74
↓ 2 callers
Method
wait_for_log
(self, start)
tests/conftest.py:84
↓ 2 callers
Function
wrap
(doc)
examples/couchy/views.py:58
↓ 1 callers
Method
GET
(self)
examples/webpylike/webpylike.py:22
↓ 1 callers
Method
__call__
(self, environ, start_response)
examples/i18nurls/application.py:74
↓ 1 callers
Method
__delitem__
(self, key, _index_operation=True)
src/werkzeug/datastructures.py:1031
↓ 1 callers
Method
__delitem__
(self, key)
examples/cupoftee/db.py:31
↓ 1 callers
Method
__init__
( self, application: "WSGIApplication", response_wrapper: t.Optional[t.Type["Response"
src/werkzeug/test.py:867
↓ 1 callers
Method
__init__
( self, context_var: t.Optional[ContextVar[t.Dict[str, t.Any]]] = None )
src/werkzeug/local.py:52
↓ 1 callers
Method
__init__
( self, fget: t.Callable[[t.Any], _T], name: t.Optional[str] = None, doc: t.Op
src/werkzeug/utils.py:80
↓ 1 callers
Method
__init__
( self, extra_files: t.Optional[t.Iterable[str]] = None, exclude_patterns: t.Optional[
src/werkzeug/_reloader.py:222
↓ 1 callers
Method
__init__
( self, globals: t.Optional[t.Dict[str, t.Any]] = None, locals: t.Optional[t.Dict[str,
src/werkzeug/debug/console.py:205
↓ 1 callers
Method
__init__
( self, exc: BaseException, te: t.Optional[traceback.TracebackException] = None,
src/werkzeug/debug/tbtools.py:221
↓ 1 callers
Method
__init__
(self, environ, url_adapter)
examples/coolmagic/utils.py:64
↓ 1 callers
Method
__init__
(self, database, interval=120)
examples/cupoftee/application.py:81
↓ 1 callers
Method
__init__
(self, environ, urls)
examples/i18nurls/application.py:28
↓ 1 callers
Method
__iter__
(self)
src/werkzeug/datastructures.py:2446
↓ 1 callers
Method
__release_local__
(self)
src/werkzeug/local.py:79
↓ 1 callers
Method
__repr__
(self)
src/werkzeug/debug/repr.py:57
↓ 1 callers
Method
__setattr__
(self, name, value)
tests/test_local.py:527
↓ 1 callers
Method
__str__
(self)
src/werkzeug/exceptions.py:165
↓ 1 callers
Method
_add_file_from_data
Called in the EnvironBuilder to add files from the data dict.
src/werkzeug/test.py:497
↓ 1 callers
Method
_best_single_match
(self, match)
src/werkzeug/datastructures.py:1761
↓ 1 callers
Function
_callback_property
(name)
src/werkzeug/datastructures.py:2561
↓ 1 callers
Function
_calls_update
(name)
src/werkzeug/datastructures.py:183
↓ 1 callers
Function
_clean_accept_ranges
(accept_ranges: t.Union[bool, str])
src/werkzeug/wrappers/response.py:57
↓ 1 callers
Method
_clean_status
(self, value: t.Union[str, int, HTTPStatus])
src/werkzeug/sansio/response.py:165
↓ 1 callers
Method
_compile_builder
( self, append_unknown: bool = True )
src/werkzeug/routing/rules.py:716
↓ 1 callers
Function
_cookie_parse_impl
Lowlevel cookie parsing facility that operates on bytes.
src/werkzeug/_internal.py:381
↓ 1 callers
Function
_cookie_quote
(b: bytes)
src/werkzeug/_internal.py:327
↓ 1 callers
Function
_cookie_unquote
(b: bytes)
src/werkzeug/_internal.py:345
↓ 1 callers
Function
_decode_idna
(domain: t.Union[str, bytes])
src/werkzeug/_internal.py:419
↓ 1 callers
Method
_del_cache_value
Used internally by the accessor properties.
src/werkzeug/datastructures.py:2044
↓ 1 callers
Method
_del_value
Used internally by the accessor properties.
src/werkzeug/datastructures.py:2188
↓ 1 callers
Method
_fail_pin_auth
(self)
src/werkzeug/debug/__init__.py:435
↓ 1 callers
Function
_fast_url_quote_plus
(string: bytes)
src/werkzeug/urls.py:543
↓ 1 callers
Function
_find_common_roots
(paths: t.Iterable[str])
src/werkzeug/_reloader.py:141
↓ 1 callers
Function
_find_exceptions
()
src/werkzeug/exceptions.py:815
↓ 1 callers
Function
_find_stat_paths
Find paths for the stat reloader to watch. Returns imported module files, Python files under non-system paths. Extra files and Python files un
src/werkzeug/_reloader.py:63
↓ 1 callers
Function
_find_watchdog_paths
Find paths for the stat reloader to watch. Looks at the same sources as the stat reloader, but watches everything under directories instead of
src/werkzeug/_reloader.py:117
↓ 1 callers
Method
_first_iteration
(self)
src/werkzeug/wsgi.py:629
↓ 1 callers
Function
_generate
()
src/werkzeug/debug/__init__.py:53
↓ 1 callers
Method
_get_cache_value
Used internally by the accessor properties.
src/werkzeug/datastructures.py:2010
↓ 1 callers
Method
_get_func_code
(code: CodeType, name: str)
src/werkzeug/routing/rules.py:710
↓ 1 callers
Method
_get_real_value
Get the real value from a list header based on the configured number of trusted proxies. :param trusted: Number of values to trust in
src/werkzeug/middleware/proxy_fix.py:109
↓ 1 callers
Method
_get_stream_for_parsing
This is the same as accessing :attr:`stream` with the difference that if it finds cached data from calling :meth:`get_data` first it w
src/werkzeug/wrappers/request.py:292
↓ 1 callers
Method
_get_value
Used internally by the accessor properties.
src/werkzeug/datastructures.py:2177
↓ 1 callers
Function
_has_level_handler
Check if there is a handler in the logging chain that will handle the given logger's effective level.
src/werkzeug/_internal.py:172
↓ 1 callers
Method
_is_range_request_processable
Return ``True`` if `Range` header is present and if underlying resource is considered unchanged when compared with `If-Range` header.
src/werkzeug/wrappers/response.py:694
↓ 1 callers
Function
_iter_basic_lines
()
src/werkzeug/wsgi.py:746
↓ 1 callers
Function
_iter_encoded
( iterable: t.Iterable[t.Union[str, bytes]], charset: str )
src/werkzeug/wrappers/response.py:47
↓ 1 callers
Method
_iter_hashitems
(self)
src/werkzeug/datastructures.py:122
↓ 1 callers
Function
_l_to_r_op
Swap the argument order to turn an l-op into an r-op.
src/werkzeug/local.py:369
↓ 1 callers
Function
_make_cookie_domain
(domain: None)
src/werkzeug/_internal.py:442
↓ 1 callers
Function
_make_fast_url_quote
Precompile the translation table for a URL encoding function. Unlike :func:`url_quote`, the generated function only takes the string to quote
src/werkzeug/urls.py:508
↓ 1 callers
Function
_normalize_lang
Process a language tag for matching.
src/werkzeug/datastructures.py:1877
↓ 1 callers
Function
_normalize_mime
(value)
src/werkzeug/datastructures.py:1804
↓ 1 callers
Function
_normalize_netloc
(scheme: str, netloc: str)
src/werkzeug/wsgi.py:402
↓ 1 callers
Method
_parse_headers
(self, data: bytes)
src/werkzeug/sansio/multipart.py:244
↓ 1 callers
Function
_parse_pairs
()
src/werkzeug/sansio/http.py:126
↓ 1 callers
Method
_parse_rule
(self, rule: str)
src/werkzeug/routing/rules.py:585
↓ 1 callers
Method
_partial_build
Helper for :meth:`build`. Returns subdomain and path for the rule that accepts this endpoint, values and method. :internal:
src/werkzeug/routing/map.py:780
↓ 1 callers
Method
_process_range_request
Handle Range Request related headers (RFC7233). If `Accept-Ranges` header is valid, and Range Request is processable, we set the headers
src/werkzeug/wrappers/response.py:709
↓ 1 callers
Function
_process_traceback
( exc: BaseException, te: t.Optional[traceback.TracebackException] = None, *, skip: int = 0,
src/werkzeug/debug/tbtools.py:124
↓ 1 callers
Function
_pythonize
(value: str)
src/werkzeug/routing/rules.py:96
↓ 1 callers
Function
_sequence_repr_maker
( left: str, right: str, base: t.Type, limit: int = 8 )
src/werkzeug/debug/repr.py:98
↓ 1 callers
Method
_set_cache_value
Used internally by the accessor properties.
src/werkzeug/datastructures.py:2026
↓ 1 callers
Function
_set_property
(name, doc=None)
src/werkzeug/datastructures.py:2757
↓ 1 callers
Function
_set_property
(name: str, doc: t.Optional[str] = None)
src/werkzeug/sansio/response.py:37
↓ 1 callers
Method
_set_value
Used internally by the accessor properties.
src/werkzeug/datastructures.py:2181
↓ 1 callers
Method
_sync
(self)
examples/cupoftee/network.py:77
↓ 1 callers
Method
_sync_server_browser
(self, addr, to_delete)
examples/cupoftee/network.py:45
↓ 1 callers
Function
_unquote_to_bytes
( string: t.Union[str, bytes], unsafe: t.Union[str, bytes] = "" )
src/werkzeug/urls.py:387
← previous
next →
301–400 of 2,000, ranked by callers