MCPcopy Create free account
hub / github.com/dbunt1tled/python-fast-api / code

Method code

src/core/exception/exceptions.py:86–87  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

84 return "forbidden"
85
86 def code(self) -> int:
87 return 403

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected