You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

54 lines
1.3 KiB

;;; elpy-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
;;;### (autoloads (elpy-mode elpy-disable elpy-enable) "elpy" "elpy.el"
;;;;;; (20948 29531 0 0))
;;; Generated autoloads from elpy.el
(autoload 'elpy-enable "elpy" "\
Enable Elpy in all future Python buffers.
When SKIP-INITIALIZE-VARIABLES is non-nil, this will NOT call
`elpy-initialize-variables' to configure various modes in a way
that the Elpy author considers sensible. If you'd rather
configure those modes yourself, pass t here.
\(fn &optional SKIP-INITIALIZE-VARIABLES)" t nil)
(autoload 'elpy-disable "elpy" "\
Disable Elpy in all future Python buffers.
\(fn)" t nil)
(autoload 'elpy-mode "elpy" "\
Minor mode in Python buffers for the Emacs Lisp Python Environment.
This mode fully supports virtualenvs. Once you switch a
virtualenv using \\[virtualenv-workon], you can use
\\[elpy-rpc-restart] to make the elpy Python process use your
virtualenv.
See https://github.com/jorgenschaefer/elpy/wiki/Keybindings for a
more structured list.
\\{elpy-mode-map}
\(fn &optional ARG)" t nil)
;;;***
;;;### (autoloads nil nil ("elpy-pkg.el" "elpy-refactor.el") (20948
;;;;;; 29531 209505 0))
;;;***
(provide 'elpy-autoloads)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; elpy-autoloads.el ends here