@@ -113,11 +112,11 @@ Methods inherited from Console
- init(self)
- override this. Called directly after class change
-- move(self, relative=0, absolute=None)
+- move(self, **keywords)
- on_line_change(self)
-- open(self, mode, string='')
+- open(self, mode, string='', prompt=None)
- paste(self)
@@ -129,8 +128,6 @@ Methods inherited from Console
Data and other attributes inherited from Console:
- allow_close = False
-- commandlist = None
-
- copy = ''
- histories = None
@@ -250,11 +247,11 @@ Methods defined here:
- init(self)
- override this. Called directly after class change
-- move(self, relative=0, absolute=None)
+- move(self, **keywords)
- on_line_change(self)
-- open(self, mode, string='')
+- open(self, mode, string='', prompt=None)
- paste(self)
@@ -268,8 +265,6 @@ Methods defined here:
Data and other attributes defined here:
- allow_close = False
-- commandlist = None
-
- copy = ''
- histories = None
@@ -396,11 +391,11 @@ Methods inherited from Console
- init(self)
- override this. Called directly after class change
-- move(self, relative=0, absolute=None)
+- move(self, **keywords)
- on_line_change(self)
-- open(self, mode, string='')
+- open(self, mode, string='', prompt=None)
- paste(self)
@@ -412,8 +407,6 @@ Methods inherited from Console
Data and other attributes inherited from Console:
- allow_close = False
-- commandlist = None
-
- copy = ''
- histories = None
@@ -566,11 +559,11 @@ Methods inherited from Console
- history_move(self, n)
-- move(self, relative=0, absolute=None)
+- move(self, **keywords)
- on_line_change(self)
-- open(self, mode, string='')
+- open(self, mode, string='', prompt=None)
- paste(self)
@@ -582,8 +575,6 @@ Methods inherited from Console
Data and other attributes inherited from Console:
- allow_close = False
-- commandlist = None
-
- copy = ''
- histories = None
@@ -731,9 +722,9 @@ Methods inherited from Console
- init(self)
- override this. Called directly after class change
-- move(self, relative=0, absolute=None)
+- move(self, **keywords)
-- open(self, mode, string='')
+- open(self, mode, string='', prompt=None)
- paste(self)
@@ -745,8 +736,6 @@ Methods inherited from Console
Data and other attributes inherited from Console:
- allow_close = False
-- commandlist = None
-
- copy = ''
- histories = None
@@ -902,11 +891,11 @@ Methods inherited from Console
- history_move(self, n)
-- move(self, relative=0, absolute=None)
+- move(self, **keywords)
- on_line_change(self)
-- open(self, mode, string='')
+- open(self, mode, string='', prompt=None)
- paste(self)
@@ -918,8 +907,6 @@ Methods inherited from Console
Data and other attributes inherited from Console:
- allow_close = False
-- commandlist = None
-
- copy = ''
- histories = None
@@ -1046,11 +1033,11 @@ Methods inherited from Console
- history_move(self, n)
-- move(self, relative=0, absolute=None)
+- move(self, **keywords)
- on_line_change(self)
-- open(self, mode, string='')
+- open(self, mode, string='', prompt=None)
- paste(self)
@@ -1064,8 +1051,6 @@ Methods inherited from Console
Data and other attributes inherited from Console:
- allow_close = False
-- commandlist = None
-
- copy = ''
- histories = None
@@ -1146,7 +1131,8 @@ Data and other attributes inherited from Data |