Undocumented
Class | _ColorStreamHandler |
On Windows, wrap stream with Colorama for ANSI style support. |
Class | _DictAccessorProperty |
Baseclass for environ_property and header_property . |
Class | _Missing |
Undocumented |
Function | _check_str_tuple |
Ensure tuple items are all strings or all bytes. |
Function | _cookie_parse_impl |
Lowlevel cookie parsing facility that operates on bytes. |
Function | _cookie_quote |
Undocumented |
Function | _cookie_unquote |
Undocumented |
Function | _decode_idna |
Undocumented |
Function | _dt_as_utc |
Undocumented |
Function | _easteregg |
Like the name says. But who knows how it works? |
Function | _encode_idna |
Undocumented |
Function | _get_environ |
Undocumented |
Function | _has_level_handler |
Check if there is a handler in the logging chain that will handle the given logger's effective level. |
Function | _log |
Log a message to the 'werkzeug' logger. |
Function | _make_cookie_domain |
Undocumented |
Function | _make_encode_wrapper |
Create a function that will be called with a string argument. If the reference is bytes, values will be encoded to bytes. |
Function | _parse_signature |
Return a signature object for the function. |
Function | _to_bytes |
Undocumented |
Function | _to_str |
Undocumented |
Function | _wsgi_decoding_dance |
Undocumented |
Function | _wsgi_encoding_dance |
Undocumented |
Variable | _cookie_quoting_map |
Undocumented |
Variable | _cookie_re |
Undocumented |
Variable | _default_encoding |
Undocumented |
Variable | _epoch_ord |
Undocumented |
Variable | _legal_cookie_chars |
Undocumented |
Variable | _legal_cookie_chars_re |
Undocumented |
Variable | _logger |
Undocumented |
Variable | _missing |
Undocumented |
Variable | _octal_re |
Undocumented |
Variable | _quote_re |
Undocumented |
Variable | _signature_cache |
Undocumented |
Variable | _TAccessorValue |
Undocumented |
Parameters | |
value:t.Tuple[ | Undocumented |
Parameters | |
b:bytes | Undocumented |
Returns | |
t.Iterator[ | Undocumented |
Undocumented
Parameters | |
domain:t.Union[ | Undocumented |
Returns | |
str | Undocumented |
Undocumented
Parameters | |
dt:t.Optional[ | Undocumented |
Returns | |
t.Optional[ | Undocumented |
Parameters | |
app:t.Optional[ | Undocumented |
Returns | |
WSGIApplication | Undocumented |
Undocumented
Parameters | |
obj:t.Union[ | Undocumented |
Returns | |
WSGIEnvironment | Undocumented |
Parameters | |
logger:logging.Logger | Undocumented |
Returns | |
bool | Undocumented |
Log a message to the 'werkzeug' logger.
The logger is created the first time it is needed. If there is no
level set, it is set to logging.INFO
. If there is no handler
for the logger's effective level, a logging.StreamHandler
is added.
Parameters | |
type:str | Undocumented |
message:str | Undocumented |
*args:t.Any | Undocumented |
**kwargs:t.Any | Undocumented |
Undocumented
Parameters | |
domain:t.Optional[ | Undocumented |
Returns | |
t.Optional[ | Undocumented |
Parameters | |
reference:t.AnyStr | Undocumented |
Returns | |
t.Callable[ | Undocumented |
Return a signature object for the function.
Undocumented
Parameters | |
x:t.Union[ | Undocumented |
charset:str | Undocumented |
errors:str | Undocumented |
Returns | |
bytes | Undocumented |
Undocumented
Parameters | |
x:t.Optional[ | Undocumented |
charset:t.Optional[ | Undocumented |
errors:str | Undocumented |
allow_none_charset:bool | Undocumented |
Returns | |
t.Optional[ | Undocumented |
Undocumented
Parameters | |
s:str | Undocumented |
charset:str | Undocumented |
errors:str | Undocumented |
Returns | |
str | Undocumented |