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