class documentation

class SyntacticAbominationHTTPConnectionPool: (source)

View In Hierarchy

A HTTP connection pool that always fails to return a connection, but counts the number of requests made.

Method getConnection Count each request, then fail with `IndentationError`.
Class Variable requests Undocumented
def getConnection(self, key, endpoint): (source)

Count each request, then fail with `IndentationError`.

requests: int = (source)

Undocumented