Variable: python-base-mode-abbrev-table

python-base-mode-abbrev-table is a variable defined in python.el.gz.

Value

#<obarray n=1>

Documentation

Abbrev table for Python modes.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/python.el.gz
(define-abbrev-table 'python-base-mode-abbrev-table ()
  "Abbrev table for Python modes."
  :parents (list python-mode-skeleton-abbrev-table))