MCPcopy Create free account
hub / github.com/AstroPrint/AstroBox / AstroPrintCloudTemporaryErrorException

Class AstroPrintCloudTemporaryErrorException

src/astroprint/cloud.py:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 pass
55
56class AstroPrintCloudTemporaryErrorException(AstroPrintCloudException):
57 #Temporary connection or server issue
58 def __init__(self, code):
59 self.code = code
60
61class HMACAuth(requests.auth.AuthBase):
62 def __init__(self, publicKey, privateKey, boxId, orgId = None, groupId = None,):

Callers 1

get_private_keyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected