Lines Matching refs:set
32 self.skip = set(skip) if skip else None
110 self.user_line(). Raise BdbQuit if self.quitting is set.
122 self.user_call(). Raise BdbQuit if self.quitting is set.
144 self.user_return(). Raise BdbQuit if self.quitting is set.
166 self.user_exception(). Raise BdbQuit if self.quitting is set.
178 # has set stopframe in a generator by issuing a return command, or a
229 # first line of a function with breakpoint set by function name.
268 """Called when a return trap is set here."""
304 # Restore the trace function in the caller (that may not have been set
341 If there are no breakpoints, set the system trace function to None.
393 """Apply all breakpoints (set in other instances) to this one.
396 list, which can have breakpoints set by another Bdb instance. This
419 If no breakpoints were set, return an error message.
449 If none were set, return an error message.
464 If none were set, return an error message.
503 If no breakpoints are set, return an empty list.
513 If no breakpoints are set, return an empty list.
522 """Return all breakpoints that are set."""
783 was set. If it was set via line number, check if b.line is the same as
784 the one in the frame. If it was set via function name, check if this is
788 # Breakpoint was set via line number.
790 # Breakpoint was set at a line with a def statement and the function
795 # Breakpoint set via function name.