MCPcopy Create free account

hub / github.com/moraroy/NonSteamLaunchers-On-Steam-Deck / types & classes

Types & classes107 in github.com/moraroy/NonSteamLaunchers-On-Steam-Deck

↓ 8 callersClassSSLError
Raised when SSL certificate fails in an HTTPS connection.
Modules/urllib3/exceptions.py:55
↓ 6 callersClassLocationParseError
Raised when get_host or similar fails to parse the URL input.
Modules/urllib3/exceptions.py:182
↓ 5 callersClassHTTPHeaderDict
:param headers: An iterable of field-value pairs. Must not contain multiple field names when compared case-insensitively. :p
Modules/urllib3/_collections.py:206
↓ 5 callersClassReadTimeoutError
Raised when a socket timeout occurs while receiving data from a server
Modules/urllib3/exceptions.py:129
↓ 4 callersClassCertificateError
Modules/urllib3/util/ssl_match_hostname.py:20
↓ 4 callersClassCharsetMatches
Container with every CharsetMatch items ordered by default from most probable to the less one. Act like a list(iterable) but does not impleme
Modules/charset_normalizer/models.py:225
↓ 4 callersClassNewConnectionError
Raised when we fail to establish a new connection. Usually ECONNREFUSED.
Modules/urllib3/exceptions.py:139
↓ 4 callersClassUrl
Data structure for representing an HTTP URL. Used as a return value for :func:`parse_url`. Both the scheme and host are normalized as they ar
Modules/urllib3/util/url.py:80
↓ 3 callersClassCharsetMatch
Modules/charset_normalizer/models.py:10
↓ 3 callersClassCliDetectionResult
Modules/charset_normalizer/models.py:296
↓ 3 callersClassConnectTimeoutError
Raised when a socket timeout occurs while connecting to a server
Modules/urllib3/exceptions.py:135
↓ 2 callersClassClosedPoolError
Raised when a request enters a pool after the pool has been closed.
Modules/urllib3/exceptions.py:174
↓ 2 callersClassDecodeError
Raised when automatic decoding based on Content-Type fails.
Modules/urllib3/exceptions.py:70
↓ 2 callersClassInvalidHeader
The header provided was somehow invalid.
Modules/urllib3/exceptions.py:282
↓ 2 callersClassLocationValueError
Raised when there is something wrong with a given URL input.
Modules/urllib3/exceptions.py:178
↓ 2 callersClassProtocolError
Raised when something unexpected happens mid-request/response.
Modules/urllib3/exceptions.py:74
↓ 2 callersClassProxySchemeUnsupported
Fetching HTTPS resources through HTTPS proxies is unsupported
Modules/urllib3/exceptions.py:303
↓ 2 callersClassTimeout
Timeout configuration. Timeouts can be defined as a default for a pool: .. code-block:: python import urllib3 timeout = ur
Modules/urllib3/util/timeout.py:25
↓ 2 callersClassTimeoutStateError
Raised when passing an invalid state to a timeout
Modules/urllib3/exceptions.py:117
↓ 2 callersClassUnrewindableBodyError
urllib3 encountered an error when trying to rewind a body
Modules/urllib3/exceptions.py:317
↓ 1 callersClassBodyNotHttplibCompatible
Body should be :class:`http.client.HTTPResponse` like (have an fp attribute which returns raw chunks) for read_chunked().
Modules/urllib3/exceptions.py:240
↓ 1 callersClassBrotliDecoder
Modules/urllib3/response.py:146
↓ 1 callersClassBytesQueueBuffer
Memory-efficient bytes buffer To return decoded data in read() and still follow the BufferedIOBase API, we need a buffer to always return the
Modules/urllib3/response.py:225
↓ 1 callersClassCOLOR
Modules/vdf/__init__.py:281
↓ 1 callersClassChunksAndContentLength
Modules/urllib3/util/request.py:184
↓ 1 callersClassDeflateDecoder
Modules/urllib3/response.py:76
↓ 1 callersClassEmptyPoolError
Raised when a pool runs out of connections and no more are allowed.
Modules/urllib3/exceptions.py:166
↓ 1 callersClassFullPoolError
Raised when we try to add a connection to a full pool in blocking mode.
Modules/urllib3/exceptions.py:170
↓ 1 callersClassGzipDecoder
Modules/urllib3/response.py:114
↓ 1 callersClassHTTPConnectionPool
Thread-safe connection pool for one host. :param host: Host used for this HTTP Connection (e.g. "localhost"), passed into :c
Modules/urllib3/connectionpool.py:121
↓ 1 callersClassHTTPHeaderDictItemView
HTTPHeaderDict is unusual for a Mapping[str, str] in that it has two modes of address. If we directly try to get an item with a particul
Modules/urllib3/_collections.py:158
↓ 1 callersClassHTTPResponse
HTTP Response container. Backwards-compatible with :class:`http.client.HTTPResponse` but the response ``body`` is loaded and decoded on-
Modules/urllib3/response.py:506
↓ 1 callersClassHTTPSConnectionPool
Same as :class:`.HTTPConnectionPool`, but HTTPS. :class:`.HTTPSConnection` uses one of ``assert_fingerprint``, ``assert_hostname`` and `
Modules/urllib3/connectionpool.py:966
↓ 1 callersClassHeaderParsingError
Raised by assert_header_parsing, but we convert it to a log.warning statement.
Modules/urllib3/exceptions.py:307
↓ 1 callersClassHostChangedError
Raised when an existing pool gets a request for a foreign host.
Modules/urllib3/exceptions.py:106
↓ 1 callersClassINT_64
Modules/vdf/__init__.py:275
↓ 1 callersClassIncompleteRead
Response length doesn't match expected Content-Length Subclass of :class:`http.client.IncompleteRead` to allow int value for ``partial``
Modules/urllib3/exceptions.py:247
↓ 1 callersClassInvalidChunkLength
Invalid chunk length in a chunked response.
Modules/urllib3/exceptions.py:266
↓ 1 callersClassMaxRetryError
Raised when the maximum number of retries is exceeded. :param pool: The connection pool :type pool: :class:`~urllib3.connectionpool.HTTPConne
Modules/urllib3/exceptions.py:85
↓ 1 callersClassMultiDecoder
From RFC7231: If one or more encodings have been applied to a representation, the sender that applied the encodings MUST generate
Modules/urllib3/response.py:186
↓ 1 callersClassNameResolutionError
Raised when host name resolution fails.
Modules/urllib3/exceptions.py:158
↓ 1 callersClassPOINTER
Modules/vdf/__init__.py:278
↓ 1 callersClassPoolManager
Allows for arbitrary requests while transparently keeping track of necessary connection pools for you. :param num_pools: Number
Modules/urllib3/poolmanager.py:163
↓ 1 callersClassProxyConfig
Modules/urllib3/_base_connection.py:12
↓ 1 callersClassProxyError
Raised when the connection to a proxy fails.
Modules/urllib3/exceptions.py:59
↓ 1 callersClassProxyManager
Behaves just like :class:`PoolManager`, but sends all requests through the defined proxy, using the CONNECT method for HTTPS URLs. :para
Modules/urllib3/poolmanager.py:493
↓ 1 callersClassProxySchemeUnknown
ProxyManager does not support the supplied scheme
Modules/urllib3/exceptions.py:286
↓ 1 callersClassRecentlyUsedContainer
Provides a thread-safe dict-like container which maintains up to ``maxsize`` keys while throwing away the least-recently-used keys beyond
Modules/urllib3/_collections.py:65
↓ 1 callersClassRequestHistory
Modules/urllib3/util/retry.py:31
↓ 1 callersClassResponseError
Used as a container for an error reason supplied in a MaxRetryError.
Modules/urllib3/exceptions.py:202
↓ 1 callersClassResponseNotChunked
Response needs to be chunked in order to read it as chunks.
Modules/urllib3/exceptions.py:236
↓ 1 callersClassRetry
Retry configuration. Each retry attempt will create a new Retry object with updated values, so they can be safely reused. Retries can be
Modules/urllib3/util/retry.py:39
↓ 1 callersClassSSLTransport
The SSLTransport wraps an existing socket and establishes an SSL connection. Contrary to Python's implementation of SSLSocket, it allows you
Modules/urllib3/util/ssltransport.py:23
↓ 1 callersClassUINT_64
Modules/vdf/__init__.py:272
↓ 1 callersClassURLSchemeUnknown
Raised when a URL input has an unsupported scheme.
Modules/urllib3/exceptions.py:192
↓ 1 callersClassWrappedSocket
API-compatibility wrapper for Python OpenSSL's Connection-class.
Modules/urllib3/contrib/pyopenssl.py:274
↓ 1 callersClassZstdDecoder
Modules/urllib3/response.py:165
↓ 1 callersClass_ResponseOptions
Modules/urllib3/_base_connection.py:19
↓ 1 callersClass_WrappedAndVerifiedSocket
Wrapped socket and whether the connection is verified after the TLS handshake
Modules/urllib3/connection.py:698
ClassArabicIsolatedFormPlugin
Modules/charset_normalizer/md.py:461
ClassArchaicUpperLowerPlugin
Modules/charset_normalizer/md.py:385
ClassBASE_INT
Modules/vdf/__init__.py:268
ClassBaseHTTPConnection
Modules/urllib3/_base_connection.py:35
ClassBaseHTTPResponse
Modules/urllib3/response.py:284
ClassBaseHTTPSConnection
Modules/urllib3/_base_connection.py:121
ClassBaseSSLError
Modules/urllib3/connection.py:36
ClassCjkInvalidStopPlugin
GB(Chinese) based encoding often render the stop incorrectly when the content does not fit and can be easily detected. Searching for the over
Modules/charset_normalizer/md.py:354
ClassConnectionPool
Base class for all connection pools, such as :class:`.HTTPConnectionPool` and :class:`.HTTPSConnectionPool`. .. note:: Connection
Modules/urllib3/connectionpool.py:68
ClassContentDecoder
Modules/urllib3/response.py:68
ClassDependencyWarning
Warned when an attempt is made to import a module with missing optional dependencies.
Modules/urllib3/exceptions.py:229
ClassDummyConnection
Used to detect a failed ConnectionCls import.
Modules/urllib3/connection.py:887
ClassGzipDecoderState
Modules/urllib3/response.py:108
ClassHTTPConnection
Based on :class:`http.client.HTTPConnection` but provides an extra constructor backwards-compatibility layer between older and newer Pythons.
Modules/urllib3/connection.py:83
ClassHTTPError
Base exception used by this module.
Modules/urllib3/exceptions.py:18
ClassHTTPSConnection
Many of the parameters to this constructor are passed to the underlying SSL socket by means of :py:func:`urllib3.util.ssl_wrap_socket`.
Modules/urllib3/connection.py:491
ClassHTTPWarning
Base warning used by this module.
Modules/urllib3/exceptions.py:22
ClassHasGettableStringKeys
Modules/urllib3/_collections.py:15
ClassInsecurePlatformWarning
Warned when certain TLS/SSL configuration is not available on a platform.
Modules/urllib3/exceptions.py:225
ClassInsecureRequestWarning
Warned when making an unverified HTTPS request.
Modules/urllib3/exceptions.py:213
ClassMessDetectorPlugin
Base abstract class used for mess detection plugins. All detectors MUST extend and implement given methods.
Modules/charset_normalizer/md.py:31
ClassNotOpenSSLWarning
Warned when using unsupported SSL library
Modules/urllib3/exceptions.py:217
ClassPoolError
Base exception for errors caused within a pool.
Modules/urllib3/exceptions.py:31
ClassPoolKey
All known keyword arguments that could be provided to the pool manager, its pools, or the underlying connections. All custom key schemes
Modules/urllib3/poolmanager.py:57
ClassPyOpenSSLContext
I am a wrapper class for the PyOpenSSL ``Context`` object. I am responsible for translating the interface of the standard library ``SSLContex
Modules/urllib3/contrib/pyopenssl.py:407
ClassRequestError
Base exception for PoolErrors that have associated URLs.
Modules/urllib3/exceptions.py:43
ClassRequestField
A data container for request body parameters. :param name: The name of this request field. Must be unicode. :param data:
Modules/urllib3/fields.py:153
ClassRequestMethods
Convenience mixin for classes who implement a :meth:`urlopen` method, such as :class:`urllib3.HTTPConnectionPool` and :class:`urllib3.Poo
Modules/urllib3/_request_methods.py:20
ClassSOCKSConnection
A plain-text HTTP connection that connects via a SOCKS proxy.
Modules/urllib3/contrib/socks.py:86
ClassSOCKSHTTPConnectionPool
Modules/urllib3/contrib/socks.py:167
ClassSOCKSHTTPSConnection
Modules/urllib3/contrib/socks.py:163
ClassSOCKSHTTPSConnectionPool
Modules/urllib3/contrib/socks.py:171
ClassSOCKSProxyManager
A version of the urllib3 ProxyManager that routes connections via the defined SOCKS proxy.
Modules/urllib3/contrib/socks.py:175
ClassSecurityWarning
Warned when performing security reducing actions
Modules/urllib3/exceptions.py:209
ClassSuperWeirdWordPlugin
Modules/charset_normalizer/md.py:249
ClassSuspiciousDuplicateAccentPlugin
Modules/charset_normalizer/md.py:163
ClassSuspiciousRange
Modules/charset_normalizer/md.py:200
ClassSystemTimeWarning
Warned when system time is suspected to be wrong
Modules/urllib3/exceptions.py:221
ClassTimeoutError
Raised when a socket timeout error occurs. Catching this error will catch both :exc:`ReadTimeoutErrors <ReadTimeoutError>` and :exc:`ConnectT
Modules/urllib3/exceptions.py:121
ClassTooManyAccentuatedPlugin
Modules/charset_normalizer/md.py:112
ClassTooManySymbolOrPunctuationPlugin
Modules/charset_normalizer/md.py:65
next →1–100 of 107, ranked by callers