Show More
@@ -187,8 +187,10 b' class ReadlineNoRecord(object):' | |||
|
187 | 187 | return [ghi(x) for x in range(start, end)] |
|
188 | 188 | |
|
189 | 189 | |
|
190 | @undoc | |
|
190 | 191 | class DummyMod(object): |
|
191 |
"A dummy module used for IPython's interactive |
|
|
192 | """A dummy module used for IPython's interactive module when | |
|
193 | a namespace must be assigned to the module's __dict__.""" | |
|
192 | 194 | pass |
|
193 | 195 | |
|
194 | 196 | #----------------------------------------------------------------------------- |
General Comments 0
You need to be logged in to leave comments.
Login now