1 ;;; elpy-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*-
5 (add-to-list 'load-path (directory-file-name
6 (or (file-name-directory #$) (car load-path))))
9 ;;;### (autoloads nil "elpy" "elpy.el" (0 0 0 0))
10 ;;; Generated autoloads from elpy.el
12 (autoload 'elpy-enable "elpy" "\
13 Enable Elpy in all future Python buffers.
15 \(fn &optional IGNORED)" t nil)
17 (autoload 'elpy-mode "elpy" "\
18 Minor mode in Python buffers for the Emacs Lisp Python Environment.
20 This is a minor mode. If called interactively, toggle the `Elpy
21 mode' mode. If the prefix argument is positive, enable the mode,
22 and if it is zero or negative, disable the mode.
24 If called from Lisp, toggle the mode if ARG is `toggle'. Enable
25 the mode if ARG is nil, omitted, or is a positive number.
26 Disable the mode if ARG is a negative number.
28 To check whether the minor mode is enabled in the current buffer,
31 The mode's hook is called both when the mode is enabled and when
34 This mode fully supports virtualenvs. Once you switch a
35 virtualenv using \\[pyvenv-workon], you can use
36 \\[elpy-rpc-restart] to make the elpy Python process use your
41 \(fn &optional ARG)" t nil)
43 (autoload 'elpy-config "elpy" "\
46 This function will pop up a configuration buffer, which is mostly
47 a customize buffer, but has some more options." t nil)
49 (autoload 'elpy-version "elpy" "\
50 Display the version of Elpy." t nil)
52 (register-definition-prefixes "elpy" '("elpy-"))
56 ;;;### (autoloads nil "elpy-django" "elpy-django.el" (0 0 0 0))
57 ;;; Generated autoloads from elpy-django.el
59 (register-definition-prefixes "elpy-django" '("elpy-"))
63 ;;;### (autoloads nil "elpy-profile" "elpy-profile.el" (0 0 0 0))
64 ;;; Generated autoloads from elpy-profile.el
66 (register-definition-prefixes "elpy-profile" '("elpy-profile-"))
70 ;;;### (autoloads nil "elpy-refactor" "elpy-refactor.el" (0 0 0 0))
71 ;;; Generated autoloads from elpy-refactor.el
73 (register-definition-prefixes "elpy-refactor" '("elpy-refactor-"))
77 ;;;### (autoloads nil "elpy-rpc" "elpy-rpc.el" (0 0 0 0))
78 ;;; Generated autoloads from elpy-rpc.el
80 (register-definition-prefixes "elpy-rpc" '("elpy-" "with-elpy-rpc-virtualenv-activated"))
84 ;;;### (autoloads nil "elpy-shell" "elpy-shell.el" (0 0 0 0))
85 ;;; Generated autoloads from elpy-shell.el
87 (register-definition-prefixes "elpy-shell" '("elpy-"))
91 ;;;### (autoloads nil nil ("elpy-pkg.el") (0 0 0 0))
96 ;; version-control: never
98 ;; no-update-autoloads: t
101 ;;; elpy-autoloads.el ends here