Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 340ef8d commit 7aecbbdCopy full SHA for 7aecbbd
1 file changed
doc/conf.py
@@ -312,10 +312,14 @@ class QMainWindow(object):
312
pass
313
314
315
+class mocksip(MagicMock):
316
+ def getapi(*args):
317
+ return 1
318
+
319
320
mockwxversion = MagicMock()
321
mockwx = MyWX()
322
mockpyqt4 = MyPyQt4()
-mocksip = MagicMock()
323
sys.modules['wxversion'] = mockwxversion
324
sys.modules['wx'] = mockwx
325
sys.modules['sip'] = mocksip
0 commit comments