MCPcopy Index your code
hub / github.com/geekcomputers/Python / main

Function main

ML/tests/gui_test.py:485–489  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

483 self.main_prediction.setStyleSheet('color: #f44336;')
484
485def main():
486 app = QApplication(sys.argv)
487 window = NeuralForgeGUI()
488 window.show()
489 sys.exit(app.exec())
490
491if __name__ == '__main__':
492 main()

Callers 1

gui_test.pyFile · 0.70

Calls 2

NeuralForgeGUIClass · 0.70
showMethod · 0.45

Tested by

no test coverage detected