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

Method _init_

src/astroprint/users.py:318–319  ·  view source on GitHub ↗
(self, pin)

Source from the content-addressed store, hash-verified

316
317class InvalidPinException(Exception):
318 def _init_(self, pin):
319 Exception.__init__(self, "Invalid pin: %s" % pin)
320
321##~~ User object
322

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected