MCPcopy Create free account
hub / github.com/ipython/traitlets / StrictApplication

Class StrictApplication

tests/config/test_application.py:404–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402 self.parser.error("Unrecognized alias: %s" % arg)
403
404 class StrictApplication(Application):
405 def _create_loader(self, argv, aliases, flags, classes):
406 return StrictLoader(argv, aliases, flags, classes=classes, log=self.log)
407
408 app = StrictApplication()
409 app.initialize(["--log-level=20"]) # recognized alias

Callers 1

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…