Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/albertz/helpers
/ types & classes
Types & classes
26 in github.com/albertz/helpers
⨍
Functions
247
◇
Types & classes
26
↓ 3 callers
Class
CertificateError
rest.py:50
↓ 3 callers
Class
Process
Manager for an asynchronous process. The process will be run in the background, and its standard output and standard error will be collected a
asyncproc.py:98
↓ 3 callers
Class
TiffImageFileDirectory
our_exif.py:243
↓ 2 callers
Class
Color
Helper functions provided to perform terminal coloring.
better_exchook.py:583
↓ 2 callers
Class
ErrorResponse
Raised by lastfm.rest.RESTClient.request for requests that: - Return a non-200 HTTP response, or - Have a non-JSON response body, or
rest.py:291
↓ 2 callers
Class
ExifException
our_exif.py:692
↓ 2 callers
Class
OAuthToken
webservicesession.py:30
↓ 2 callers
Class
RESTSocketError
A light wrapper for socket.errors raised by lastfm.rest.RESTClient.request that adds more information to the socket.error.
rest.py:281
↓ 2 callers
Class
_Output
better_exchook.py:906
↓ 1 callers
Class
DomTerm
DomTerm (https://github.com/PerBothner/DomTerm/) is a terminal emulator with many extended escape codes, such as folding text away, or even g
better_exchook.py:755
↓ 1 callers
Class
DummyMod
Dummy module
better_exchook.py:334
↓ 1 callers
Class
ExtendedFrameSummary
Extends :class:`FrameSummary` by ``self.tb_frame``.
better_exchook.py:1496
↓ 1 callers
Class
Foo
28c3.py:57
↓ 1 callers
Class
NotFound
Identifier not found.
better_exchook.py:1087
↓ 1 callers
Class
Obj
better_exchook.py:1753
↓ 1 callers
Class
RESTClientObject
rest.py:127
↓ 1 callers
Class
RssChecker
cgroup-mem-log-rss-max.py:20
↓ 1 callers
Class
SigAlarm
Internal exception used only within with_timeout().
asyncproc.py:65
↓ 1 callers
Class
Timeout
Exception raised by with_timeout() when the operation takes too long.
asyncproc.py:35
Class
DummyFrame
This class has the same attributes as a code and a frame object and is intended to be used as a dummy replacement.
better_exchook.py:1505
Class
ProcessManager
Manager for asynchronous processes. This class is intended for use in a server that wants to expose the asyncproc.Process API to clients. Wit
asyncproc.py:338
Class
ProperHTTPSConnection
httplib.HTTPSConnection is broken because it doesn't do server certificate validation. This class does certificate validation by ensuring:
rest.py:28
Class
RESTClient
rest.py:227
Class
WebServiceClient
The main access point of doing REST calls. If it needs a session, you should first create and configure a webservicesession.WebServiceSession ob
webserviceclient.py:42
Class
WebServiceSession
webservicesession.py:43
Class
_Dummy
better_exchook.py:68