Variable: python-pdbtrack-tracked-buffer
python-pdbtrack-tracked-buffer is a variable defined in python.el.gz.
Value
nil
Documentation
Variable containing the value of the current tracked buffer.
Never set this variable directly, use
python-pdbtrack-set-tracked-buffer instead.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/python.el.gz
(defvar python-pdbtrack-tracked-buffer nil
"Variable containing the value of the current tracked buffer.
Never set this variable directly, use
`python-pdbtrack-set-tracked-buffer' instead.")