MCPcopy
hub / github.com/pallets/werkzeug / pin

Method pin

src/werkzeug/debug/__init__.py:314–318  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

312
313 @property
314 def pin(self) -> str | None:
315 if not hasattr(self, "_pin"):
316 pin_cookie = get_pin_and_cookie_name(self.app)
317 self._pin, self._pin_cookie = pin_cookie # type: ignore
318 return self._pin
319
320 @pin.setter
321 def pin(self, value: str | None) -> None:

Callers

nothing calls this directly

Calls 1

get_pin_and_cookie_nameFunction · 0.85

Tested by

no test coverage detected