Home | History | Annotate | Download | only in python2.7

Lines Matching full:bnum

323             bnum = len(bdb.Breakpoint.bpbynumber)-1
326 bnum = int(arg)
328 print >>self.stdout, "Usage : commands [bnum]\n ..." \
331 self.commands_bnum = bnum
332 self.commands[bnum] = []
333 self.commands_doprompt[bnum] = True
334 self.commands_silent[bnum] = False