Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
Matthias Bussonnier
- Thu, 09 Dec 2021 19:35:41
Show More
IPython/external/qt_loaders.py
0
0
-2
@@
-195,7
+195,6
b' def import_pyqt4(version=2):'
195
version : 1, 2, or None
195
version : 1, 2, or None
196
Which QString/QVariant API to use. Set to None to use the system
196
Which QString/QVariant API to use. Set to None to use the system
197
default
197
default
198
199
ImportErrors raised within this function are non-recoverable
198
ImportErrors raised within this function are non-recoverable
200
"""
199
"""
201
# The new-style string API (version=2) automatically
200
# The new-style string API (version=2) automatically
@@
-325,7
+324,6
b' def load_qt(api_options):'
325
324
326
Returns
325
Returns
327
-------
326
-------
328
329
A tuple of QtCore, QtGui, QtSvg, QT_API
327
A tuple of QtCore, QtGui, QtSvg, QT_API
330
The first three are the Qt modules. The last is the
328
The first three are the Qt modules. The last is the
331
string indicating which module was loaded.
329
string indicating which module was loaded.
IPython/lib/backgroundjobs.py
0
0
0
1
NO CONTENT: modified file
NO CONTENT: modified file
IPython/lib/demo.py
0
0
0
1
NO CONTENT: modified file
NO CONTENT: modified file
IPython/lib/display.py
0
0
0
1
NO CONTENT: modified file
NO CONTENT: modified file
IPython/lib/latextools.py
0
0
-1
@@
-77,7
+77,6
b" def latex_to_png(s, encode=False, backend=None, wrap=False, color='Black',"
77
format, e.g. '#AA20FA'.
77
format, e.g. '#AA20FA'.
78
scale : float
78
scale : float
79
Scale factor for the resulting PNG.
79
Scale factor for the resulting PNG.
80
81
None is returned when the backend cannot be used.
80
None is returned when the backend cannot be used.
82
81
83
"""
82
"""
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
g 0-9
Goto bookmarked items from 0-9
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository access permissions settings
t s
Toggle sidebar on some pages