MCPcopy Create free account

hub / github.com/albertz/helpers / types & classes

Types & classes26 in github.com/albertz/helpers

↓ 3 callersClassCertificateError
rest.py:50
↓ 3 callersClassProcess
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 callersClassTiffImageFileDirectory
our_exif.py:243
↓ 2 callersClassColor
Helper functions provided to perform terminal coloring.
better_exchook.py:583
↓ 2 callersClassErrorResponse
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 callersClassExifException
our_exif.py:692
↓ 2 callersClassOAuthToken
webservicesession.py:30
↓ 2 callersClassRESTSocketError
A light wrapper for socket.errors raised by lastfm.rest.RESTClient.request that adds more information to the socket.error.
rest.py:281
↓ 2 callersClass_Output
better_exchook.py:906
↓ 1 callersClassDomTerm
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 callersClassDummyMod
Dummy module
better_exchook.py:334
↓ 1 callersClassExtendedFrameSummary
Extends :class:`FrameSummary` by ``self.tb_frame``.
better_exchook.py:1496
↓ 1 callersClassFoo
28c3.py:57
↓ 1 callersClassNotFound
Identifier not found.
better_exchook.py:1087
↓ 1 callersClassObj
better_exchook.py:1753
↓ 1 callersClassRESTClientObject
rest.py:127
↓ 1 callersClassRssChecker
cgroup-mem-log-rss-max.py:20
↓ 1 callersClassSigAlarm
Internal exception used only within with_timeout().
asyncproc.py:65
↓ 1 callersClassTimeout
Exception raised by with_timeout() when the operation takes too long.
asyncproc.py:35
ClassDummyFrame
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
ClassProcessManager
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
ClassProperHTTPSConnection
httplib.HTTPSConnection is broken because it doesn't do server certificate validation. This class does certificate validation by ensuring:
rest.py:28
ClassRESTClient
rest.py:227
ClassWebServiceClient
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
ClassWebServiceSession
webservicesession.py:43
Class_Dummy
better_exchook.py:68