Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyIME/PIME
/ types & classes
Types & classes
1,312 in github.com/EasyIME/PIME
⨍
Functions
6,095
◇
Types & classes
1,312
↓ 79 callers
Class
ExpectLog
Context manager to capture and suppress expected log output. Useful to make tests of error conditions less noisy, while still leaving unexpec
python/python3/tornado/testing.py:700
↓ 44 callers
Class
Application
r"""A collection of request handlers that make up a web application. Instances of this class are callable and can be passed directly to HTTPS
python/python3/tornado/web.py:1961
↓ 32 callers
Enum
type
spdlog-1.2.1/include/spdlog/fmt/bundled/core.h:498
↓ 30 callers
Class
DictLoader
A template loader that loads from a dictionary.
python/python3/tornado/template.py:481
↓ 30 callers
Class
HTTPError
An exception that will turn into an HTTP error response. Raising an `HTTPError` is a convenient alternative to calling `RequestHandler.send_e
python/python3/tornado/web.py:2368
↓ 27 callers
Class
IOStream
r"""Socket-based `IOStream` implementation. This class supports the read and write methods from `BaseIOStream` plus a `connect` method.
python/python3/tornado/iostream.py:1076
↓ 25 callers
Class
Template
A compiled template. We compile into Python from the given template_string. You can generate the template from variables with generate().
python/python3/tornado/template.py:252
↓ 24 callers
Class
HTTPRequest
HTTP client request object.
python/python3/tornado/httpclient.py:339
↓ 23 callers
Class
OptionParser
A collection of options, a dictionary with object-like access. Normally accessed via static functions in the `tornado.options` module, which
python/python3/tornado/options.py:133
↓ 21 callers
Class
SimpleAsyncHTTPClient
Non-blocking HTTP client with no external dependencies. This class implements an HTTP 1.1 client on top of Tornado's IOStreams. Some features
python/python3/tornado/simple_httpclient.py:79
↓ 20 callers
Class
Event
An event blocks coroutines until its internal flag is set to True. Similar to `threading.Event`. A coroutine can wait for an event to be set
python/python3/tornado/locks.py:158
↓ 17 callers
Class
spdlog_ex
Log exception
spdlog-1.2.1/include/spdlog/common.h:129
↓ 16 callers
Class
IOLoop
An I/O event loop. As of Tornado 6.0, `IOLoop` is a wrapper around the `asyncio` event loop. Example usage for a simple TCP server: ..
python/python3/tornado/ioloop.py:72
↓ 15 callers
Class
HTTPHeaders
A dictionary that maintains ``Http-Header-Case`` for all keys. Supports multiple values per key via a pair of new methods, `add()` and `get_l
python/python3/tornado/httputil.py:76
↓ 14 callers
Class
TestConfigurable
python/python3/tornado/test/util_test.py:48
↓ 13 callers
Class
pluralise
spdlog-1.2.1/tests/catch.hpp:237
↓ 11 callers
Class
format_error
A formatting error such as invalid format string. */
spdlog-1.2.1/include/spdlog/fmt/bundled/format.h:396
↓ 10 callers
Class
Colour
spdlog-1.2.1/tests/catch.hpp:4470
↓ 10 callers
Class
CookieTestRequestHandler
python/python3/tornado/test/web_test.py:99
↓ 10 callers
Class
TextAttributes
spdlog-1.2.1/tests/catch.hpp:3319
↓ 10 callers
Enum
color
spdlog-1.2.1/include/spdlog/fmt/bundled/colors.h:110
↓ 9 callers
Class
LoadCinTable
python/cinbase/__init__.py:3295
↓ 9 callers
Class
PeriodicCallback
Schedules the given callback to be called periodically. The callback is called every ``callback_time`` milliseconds when ``callback_time`` is
python/python3/tornado/ioloop.py:838
↓ 8 callers
Class
Error
Exception raised by errors in the options module.
python/python3/tornado/options.py:127
↓ 8 callers
Class
PathMatches
Matches requests with paths specified by ``path_pattern`` regex.
python/python3/tornado/routing.py:552
↓ 8 callers
Class
SSLIOStream
A utility class to write to and read from a non-blocking SSL socket. If the socket passed to the constructor is already connected, it should
python/python3/tornado/iostream.py:1341
↓ 8 callers
Class
Subprocess
Wraps ``subprocess.Popen`` with IOStream support. The constructor is the same as ``subprocess.Popen`` with the following additions: * ``
python/python3/tornado/process.py:187
↓ 7 callers
Class
AsyncHTTPClient
An non-blocking HTTP client. Example usage:: async def f(): http_client = AsyncHTTPClient() try:
python/python3/tornado/httpclient.py:140
↓ 7 callers
Class
HTTPResponse
HTTP Response object. Attributes: * ``request``: HTTPRequest object * ``code``: numeric HTTP status code, e.g. 200 or 404 * ``reas
python/python3/tornado/httpclient.py:574
↓ 7 callers
Class
HTTPServer
r"""A non-blocking, single-threaded HTTP server. A server is defined by a subclass of `.HTTPServerConnectionDelegate`, or, for backwards comp
python/python3/tornado/httpserver.py:46
↓ 7 callers
Class
Object
python/python3/tornado/test/concurrent_test.py:151
↓ 7 callers
Class
Rule
A routing rule.
python/python3/tornado/routing.py:441
↓ 7 callers
Class
_RequestProxy
Combines an object with a dictionary of defaults. Used internally by AsyncHTTPClient implementations.
python/python3/tornado/httpclient.py:735
↓ 7 callers
Class
handle
spdlog-1.2.1/include/spdlog/fmt/bundled/core.h:749
↓ 6 callers
Class
Text
spdlog-1.2.1/tests/catch.hpp:3338
↓ 6 callers
Class
WebSocketClosedError
Raised by operations on a closed connection. .. versionadded:: 3.2
python/python3/tornado/websocket.py:109
↓ 6 callers
Class
_ExceptionLoggingContext
Used with the ``with`` statement when calling delegate methods to log any exceptions with the given logger. Any exceptions caught are convert
python/python3/tornado/http1connection.py:47
↓ 6 callers
Class
dummy_int
spdlog-1.2.1/include/spdlog/fmt/bundled/format.h:275
↓ 6 callers
Class
fp
A handmade floating-point number f * pow(2, e).
spdlog-1.2.1/include/spdlog/fmt/bundled/format-inl.h:344
↓ 6 callers
Class
logger
spdlog-1.2.1/include/spdlog/logger.h:32
↓ 5 callers
Class
HTTPInputError
Exception class for malformed HTTP requests or responses from remote sources. .. versionadded:: 4.0
python/python3/tornado/httputil.py:469
↓ 5 callers
Class
ObjectDict
Makes a dictionary behave like an object, with attribute-style access.
python/python3/tornado/util.py:72
↓ 5 callers
Class
PipeIOStream
Pipe-based `IOStream` implementation. The constructor takes an integer file descriptor (such as one returned by `os.pipe`) rather than an ope
python/python3/tornado/iostream.py:1620
↓ 5 callers
Class
Test
python/python3/tornado/test/testing_test.py:123
↓ 5 callers
Class
TestSpecParser
spdlog-1.2.1/tests/catch.hpp:2945
↓ 4 callers
Class
AuthError
python/python3/tornado/auth.py:76
↓ 4 callers
Class
BlockingResolver
Default `Resolver` implementation, using `socket.getaddrinfo`. The `.IOLoop` will be blocked during the resolution, although the callback wil
python/python3/tornado/netutil.py:481
↓ 4 callers
Class
Braille_Bopomofo_Dict
python/input_methods/braille_chewing/brl_tables.py:143
↓ 4 callers
Class
HTTP1Connection
Implements the HTTP/1.x protocol. This class can be on its own for clients, or via `HTTP1ServerConnection` for servers.
python/python3/tornado/http1connection.py:104
↓ 4 callers
Class
HTTP1ConnectionParameters
Parameters for `.HTTP1Connection` and `.HTTP1ServerConnection`.
python/python3/tornado/http1connection.py:71
↓ 4 callers
Class
KeyEvent
python/textService.py:36
↓ 4 callers
Class
StreamClosedError
Exception raised by `IOStream` methods when the stream is closed. Note that the close callback is scheduled to run *after* other callbacks on
python/python3/tornado/iostream.py:84
↓ 4 callers
Class
SummaryColumn
spdlog-1.2.1/tests/catch.hpp:8771
↓ 4 callers
Class
TCPClient
A non-blocking TCP connection factory. .. versionchanged:: 5.0 The ``io_loop`` argument (deprecated since version 4.1) has been removed.
python/python3/tornado/tcpclient.py:198
↓ 4 callers
Class
_ApplicationRouter
Routing implementation used internally by `Application`. Provides a binding between `Application` and `RequestHandler`. This implementation e
python/python3/tornado/web.py:1922
↓ 4 callers
Class
function
spdlog-1.2.1/include/spdlog/fmt/bundled/format.h:270
↓ 4 callers
Class
windows_error
A Windows error. */
spdlog-1.2.1/include/spdlog/fmt/bundled/format.h:2979
↓ 3 callers
Class
AsyncIOLoop
``AsyncIOLoop`` is an `.IOLoop` that runs on an ``asyncio`` event loop. This class follows the usual Tornado semantics for creating new ``IOLo
python/python3/tornado/platform/asyncio.py:307
↓ 3 callers
Class
ErrorHandler
Generates an error response with ``status_code`` for all requests.
python/python3/tornado/web.py:2458
↓ 3 callers
Class
HTTPClient
A blocking HTTP client. This interface is provided to make it easier to share code between synchronous and asynchronous applications. Applica
python/python3/tornado/httpclient.py:59
↓ 3 callers
Class
HTTPServerRequest
A single HTTP request. All attributes are type `str` unless otherwise noted. .. attribute:: method HTTP request method, e.g. "GET" o
python/python3/tornado/httputil.py:247
↓ 3 callers
Class
LogFormatter
Log formatter used in Tornado. Key features of this formatter are: * Color support when logging to a terminal that supports it. * Timest
python/python3/tornado/log.py:81
↓ 3 callers
Class
ParseError
Raised for template syntax errors. ``ParseError`` instances have ``filename`` and ``lineno`` attributes indicating the position of the error.
python/python3/tornado/template.py:700
↓ 3 callers
Class
Resolver
Configurable asynchronous DNS resolver interface. By default, a blocking implementation is used (which simply calls `socket.getaddrinfo`). A
python/python3/tornado/netutil.py:314
↓ 3 callers
Class
RimeStyle
python/input_methods/rime/librime.py:317
↓ 3 callers
Class
Stream
spdlog-1.2.1/tests/catch.hpp:433
↓ 3 callers
Class
TestConfig1
python/python3/tornado/test/util_test.py:58
↓ 3 callers
Class
TestConfig2
python/python3/tornado/test/util_test.py:64
↓ 3 callers
Class
TestConfig3
python/python3/tornado/test/util_test.py:70
↓ 3 callers
Class
TestServer
python/python3/tornado/test/tcpserver_test.py:22
↓ 3 callers
Class
_Statement
python/python3/tornado/template.py:645
↓ 3 callers
Class
_Text
python/python3/tornado/template.py:682
↓ 3 callers
Class
custom_ex
spdlog-1.2.1/tests/errors.cpp:41
↓ 3 callers
Class
extendtable
python/cinbase/extendtable.py:4
↓ 3 callers
Class
init
spdlog-1.2.1/include/spdlog/fmt/bundled/core.h:599
↓ 3 callers
Class
locale
spdlog-1.2.1/include/spdlog/fmt/bundled/format-inl.h:196
↓ 3 callers
Class
md5
installer/md5dll/MD5.h:48
↓ 2 callers
Class
Arg
spdlog-1.2.1/tests/catch.hpp:3733
↓ 2 callers
Class
AssertionInfo
spdlog-1.2.1/tests/catch.hpp:664
↓ 2 callers
Class
CSVLocale
Locale implementation using tornado's CSV translation format.
python/python3/tornado/locale.py:479
↓ 2 callers
Class
ChewingContext
python/libchewing/libchewing.py:45
↓ 2 callers
Class
CurlAsyncHTTPClient
python/python3/tornado/curl_httpclient.py:48
↓ 2 callers
Class
CustomApplication
python/python3/tornado/test/routing_test.py:138
↓ 2 callers
Class
CustomRouter
python/python3/tornado/test/routing_test.py:116
↓ 2 callers
Class
Finish
An exception that ends the request without producing an error response. When `Finish` is raised in a `RequestHandler`, the request will end (
python/python3/tornado/web.py:2416
↓ 2 callers
Class
GroupInfo
spdlog-1.2.1/tests/catch.hpp:4574
↓ 2 callers
Class
HTTPStreamClosedError
Error raised by SimpleAsyncHTTPClient when the underlying stream is closed. When a more specific exception is available (such as `ConnectionReset
python/python3/tornado/simple_httpclient.py:60
↓ 2 callers
Class
HTTPTimeoutError
Error raised by SimpleAsyncHTTPClient on timeout. For historical reasons, this is a subclass of `.HTTPClientError` which simulates a response
python/python3/tornado/simple_httpclient.py:44
↓ 2 callers
Class
Handler
python/python3/tornado/test/routing_test.py:102
↓ 2 callers
Class
HostMatches
Matches requests from hosts specified by ``host_pattern`` regex.
python/python3/tornado/routing.py:517
↓ 2 callers
Class
MessageDelegate
python/python3/tornado/test/routing_test.py:36
↓ 2 callers
Class
OverrideResolver
Wraps a resolver with a mapping of overrides. This can be used to make local DNS changes (e.g. for testing) without modifying system-wide set
python/python3/tornado/netutil.py:539
↓ 2 callers
Class
Queue
Coordinate producer and consumer coroutines. If maxsize is 0 (the default) the queue size is unbounded. .. testcode:: import asynci
python/python3/tornado/queues.py:81
↓ 2 callers
Class
RimeCommit
python/input_methods/rime/librime.py:97
↓ 2 callers
Class
RimeConfig
python/input_methods/rime/librime.py:131
↓ 2 callers
Class
RimeContext
python/input_methods/rime/librime.py:102
↓ 2 callers
Class
Session
spdlog-1.2.1/tests/catch.hpp:5596
↓ 2 callers
Class
StreamBufferFullError
Exception raised by `IOStream` methods when the buffer is full.
python/python3/tornado/iostream.py:113
↓ 2 callers
Class
TestCaseStats
spdlog-1.2.1/tests/catch.hpp:4644
↓ 2 callers
Class
TestRunStats
spdlog-1.2.1/tests/catch.hpp:4698
next →
1–100 of 1,312, ranked by callers