Beispiel #1
0
 def default(self, line):
     with style(self):
         return Pdb.default(self, line)
Beispiel #2
0
 def default(self, line):
     # first char should not be output (it is the '!' needed to escape)
     self.push_output(line[1:] + " = ")
     return Pdb.default(self, line)
Beispiel #3
0
 def default(self, line):
     # first char should not be output (it is the '!' needed to escape)
     self.push_output(line[1:] + " = ")
     return Pdb.default(self, line)