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

Function main

examples/myapp.py:151–154  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

149
150
151def main():
152 app = MyApp()
153 app.initialize()
154 app.start()
155
156
157if __name__ == "__main__":

Callers 1

myapp.pyFile · 0.85

Calls 3

initializeMethod · 0.95
startMethod · 0.95
MyAppClass · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…