MCPcopy Create free account

hub / github.com/pallets/werkzeug / functions

Functions2,000 in github.com/pallets/werkzeug

Method__init__
( self, app: "WSGIApplication", exports: t.Union[ t.Dict[str, t.Union[str,
src/werkzeug/middleware/shared_data.py:100
Method__init__
( self, app: "WSGIApplication", stream: t.IO[str] = sys.stdout, sort_by: t.Ite
src/werkzeug/middleware/profiler.py:77
Method__init__
( self, app: "WSGIApplication", x_for: int = 1, x_proto: int = 1, x_ho
src/werkzeug/middleware/proxy_fix.py:93
Method__init__
( self, app: "WSGIApplication", targets: t.Mapping[str, t.Dict[str, t.Any]], c
src/werkzeug/middleware/http_proxy.py:79
Method__init__
( self, app: "WSGIApplication", mounts: t.Optional[t.Dict[str, "WSGIApplication"]] = N
src/werkzeug/middleware/dispatcher.py:51
Method__init__
(self, stream: t.IO[bytes])
src/werkzeug/middleware/lint.py:48
Method__init__
(self, stream: t.IO[str])
src/werkzeug/middleware/lint.py:100
Method__init__
(self, write: t.Callable[[bytes], object], chunks: t.List[int])
src/werkzeug/middleware/lint.py:120
Method__init__
( self, iterator: t.Iterable[bytes], headers_set: t.Tuple[int, Headers], chunk
src/werkzeug/middleware/lint.py:131
Method__init__
(self, app: "WSGIApplication")
src/werkzeug/middleware/lint.py:233
Method__init__
( self, response: t.Optional[ t.Union[t.Iterable[bytes], bytes, t.Iterable[str], s
src/werkzeug/wrappers/response.py:170
Method__init__
(self, response: Response)
src/werkzeug/wrappers/response.py:851
Method__init__
( self, environ: "WSGIEnvironment", populate_request: bool = True, shallow: bo
src/werkzeug/wrappers/request.py:106
Method__init__
( self, status: t.Optional[t.Union[int, str, HTTPStatus]] = None, headers: t.Optional[
src/werkzeug/sansio/response.py:110
Method__init__
( self, method: str, scheme: str, server: t.Optional[t.Tuple[str, t.Optional[i
src/werkzeug/sansio/request.py:119
Method__init__
( self, boundary: bytes, max_form_memory_size: Optional[int] = None, *,
src/werkzeug/sansio/multipart.py:86
Method__init__
(self, boundary: bytes)
src/werkzeug/sansio/multipart.py:257
Method__init__
(self, namespace: t.Dict[str, t.Any])
src/werkzeug/debug/__init__.py:129
Method__init__
( self, app: "WSGIApplication", evalex: bool = False, request_key: str = "werk
src/werkzeug/debug/__init__.py:263
Method__init__
(self)
src/werkzeug/debug/console.py:23
Method__init__
(self)
src/werkzeug/debug/console.py:118
Method__init__
(self, globals: t.Dict[str, t.Any], locals: t.Dict[str, t.Any])
src/werkzeug/debug/console.py:138
Method__init__
(self)
src/werkzeug/debug/repr.py:122
Method__init__
( self, *, locals: t.Dict[str, t.Any], globals: t.Dict[str, t.Any], **
src/werkzeug/debug/tbtools.py:351
Method__init__
(self, new_url: str)
src/werkzeug/routing/exceptions.py:34
Method__init__
(self, path_info: str)
src/werkzeug/routing/exceptions.py:51
Method__init__
(self, matched_values: t.Mapping[str, t.Any], endpoint: str)
src/werkzeug/routing/exceptions.py:59
Method__init__
( self, endpoint: str, values: t.Mapping[str, t.Any], method: t.Optional[str],
src/werkzeug/routing/exceptions.py:70
Method__init__
( self, rules: t.Optional[t.Iterable["RuleFactory"]] = None, default_subdomain: str =
src/werkzeug/routing/map.py:94
Method__init__
( self, map: Map, server_name: str, script_name: str, subdomain: t.Opt
src/werkzeug/routing/map.py:382
Method__init__
(self, merge_slashes: bool)
src/werkzeug/routing/matcher.py:32
Method__init__
(self, subdomain: str, rules: t.Iterable[RuleFactory])
src/werkzeug/routing/rules.py:159
Method__init__
(self, path: str, rules: t.Iterable[RuleFactory])
src/werkzeug/routing/rules.py:185
Method__init__
(self, prefix: str, rules: t.Iterable[RuleFactory])
src/werkzeug/routing/rules.py:210
Method__init__
(self, rules: t.Iterable["Rule"])
src/werkzeug/routing/rules.py:241
Method__init__
( self, rules: t.Iterable[RuleFactory], context: t.Dict[str, t.Any] )
src/werkzeug/routing/rules.py:255
Method__init__
( self, string: str, defaults: t.Optional[t.Mapping[str, t.Any]] = None, subdo
src/werkzeug/routing/rules.py:439
Method__init__
(self, map: "Map", *args: t.Any, **kwargs: t.Any)
src/werkzeug/routing/converters.py:24
Method__init__
( self, map: "Map", minlength: int = 1, maxlength: t.Optional[int] = None,
src/werkzeug/routing/converters.py:56
Method__init__
( self, map: "Map", fixed_digits: int = 0, min: t.Optional[int] = None,
src/werkzeug/routing/converters.py:129
Method__init__
( self, map: "Map", min: t.Optional[float] = None, max: t.Optional[float] = No
src/werkzeug/routing/converters.py:215
Method__init__
(self)
tests/test_local.py:515
Method__init__
(self, app)
tests/test_test.py:522
Method__init__
(self, environ, start_response)
tests/test_test.py:678
Method__init__
(self)
tests/test_test.py:700
Method__init__
(self, stream)
tests/test_wrappers.py:456
Method__init__
(self, kwargs)
tests/conftest.py:25
Method__init__
(self, *args, **kwargs)
tests/test_routing.py:761
Method__init__
(self, url_map, *items)
tests/test_routing.py:1493
Method__init__
(self)
tests/test_debug.py:168
Method__init__
(self, buf: bytes)
tests/test_wsgi.py:187
Method__init__
(self, environ, start_response)
tests/test_wsgi.py:441
Method__init__
(self, users, realm="login required")
examples/httpbasicauth.py:10
Method__init__
(self, app, req)
examples/webpylike/webpylike.py:18
Method__init__
(self, urls, views)
examples/webpylike/webpylike.py:37
Method__init__
(self, config)
examples/coolmagic/application.py:26
Method__init__
(self, template_name, **values)
examples/coolmagic/utils.py:99
Method__init__
(self, filename)
examples/cupoftee/db.py:11
Method__init__
(self, cup)
examples/cupoftee/network.py:26
Method__init__
(self, addr, server_id)
examples/cupoftee/network.py:70
Method__init__
(self, server, name, score)
examples/cupoftee/network.py:120
Method__init__
(cls, name, bases, d)
examples/cupoftee/application.py:32
Method__init__
(self, cup, request, url_adapter)
examples/cupoftee/application.py:58
Method__init__
(self, template_name, **values)
examples/i18nurls/application.py:51
Method__init__
(self)
examples/i18nurls/application.py:69
Method__init__
(self, db_uri)
examples/couchy/application.py:17
Method__init__
(self, results, per_page, page, endpoint)
examples/couchy/utils.py:60
Method__init__
(self, name, url, feed_url, description="")
examples/plnt/database.py:56
Method__init__
(self, query, per_page, page, endpoint)
examples/plnt/utils.py:106
Method__init__
(self, database_uri)
examples/plnt/webapp.py:22
Method__init__
(self, config)
examples/shortly/shortly.py:39
Method__init__
(self, page, text, change_note="", timestamp=None)
examples/simplewiki/database.py:73
Method__init__
(self, name)
examples/simplewiki/database.py:98
Method__init__
(self)
examples/simplewiki/database.py:118
Method__init__
(self, database_uri)
examples/simplewiki/application.py:30
Method__init__
( self, response=None, status=200, headers=None, mimetype=None, content_type=None )
examples/simplewiki/utils.py:91
Method__init__
(self, query, per_page, page, link)
examples/simplewiki/utils.py:104
Method__init__
(self, db_uri)
examples/shorty/application.py:18
Method__init__
(self, query, per_page, page, endpoint)
examples/shorty/utils.py:70
Method__init__
(self, target, public=True, uid=None, added=None)
examples/shorty/models.py:28
Method__instancecheck__
(cls, instance)
tests/test_local.py:489
Method__int__
(self)
tests/test_local.py:302
Method__iter__
(self)
src/werkzeug/local.py:64
Method__iter__
(self)
src/werkzeug/wsgi.py:496
Method__iter__
(self)
src/werkzeug/wsgi.py:572
Method__iter__
(self)
src/werkzeug/wsgi.py:617
Method__iter__
(self)
src/werkzeug/wsgi.py:904
Method__iter__
(self)
src/werkzeug/datastructures.py:357
Method__iter__
(self)
src/werkzeug/datastructures.py:728
Method__iter__
Yield ``(key, value)`` tuples.
src/werkzeug/datastructures.py:1083
Method__iter__
(self)
src/werkzeug/datastructures.py:1388
Method__iter__
(self)
src/werkzeug/datastructures.py:1472
Method__iter__
(self)
src/werkzeug/datastructures.py:2355
Method__iter__
(self)
src/werkzeug/datastructures.py:3032
Method__iter__
(self)
src/werkzeug/middleware/lint.py:87
Method__iter__
(self)
src/werkzeug/middleware/lint.py:143
Method__iter__
(self)
tests/test_test.py:651
Method__iter__
(self)
tests/test_test.py:681
Method__iter__
(self)
tests/test_test.py:703
Method__iter__
(self)
tests/test_test.py:738
← previousnext →801–900 of 2,000, ranked by callers