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

Method load

server.py:23–24  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

21 self.cfg.set(key.lower(), value)
22
23 def load(self) -> BaseApplication:
24 return self.application
25
26
27if __name__ == "__main__":

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected