def show_connections(self, checked): """.""" _ = checked conn = ConnectionInspector(self) conn.show()
def show_connections(self, checked): """Show connections.""" _ = checked c = ConnectionInspector(self) c.show()
def show_inspector(): c = ConnectionInspector(parent=parent) c.show()
def _show_connections(self, checked): """Show connections action.""" _ = checked conn = ConnectionInspector(self) conn.show()