MCPcopy Create free account
hub / github.com/ipython/ipython / import_pyside

Function import_pyside

IPython/external/qt_loaders.py:236–243  ·  view source on GitHub ↗

Import PySide ImportErrors raised within this function are non-recoverable

()

Source from the content-addressed store, hash-verified

234
235
236def import_pyside():
237 """
238 Import PySide
239
240 ImportErrors raised within this function are non-recoverable
241 """
242 from PySide import QtGui, QtCore, QtSvg
243 return QtCore, QtGui, QtSvg, QT_API_PYSIDE
244
245def import_pyside2():
246 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected