]> crepu.dev Git - config.git/blame - djavu-asus/elpa/pyvenv-20211014.707/pyvenv-autoloads.el
Configuracion en desarrollo PC pega
[config.git] / djavu-asus / elpa / pyvenv-20211014.707 / pyvenv-autoloads.el
CommitLineData
53e6db90
DC
1;;; pyvenv-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*-
2;;
3;;; Code:
4
5(add-to-list 'load-path (directory-file-name
6 (or (file-name-directory #$) (car load-path))))
7
8\f
9;;;### (autoloads nil "pyvenv" "pyvenv.el" (0 0 0 0))
10;;; Generated autoloads from pyvenv.el
11
12(autoload 'pyvenv-activate "pyvenv" "\
13Activate the virtual environment in DIRECTORY.
14
15\(fn DIRECTORY)" t nil)
16
17(autoload 'pyvenv-deactivate "pyvenv" "\
18Deactivate any current virtual environment." t nil)
19
20(autoload 'pyvenv-workon "pyvenv" "\
21Activate a virtual environment from $WORKON_HOME.
22
23If the virtual environment NAME is already active, this function
24does not try to reactivate the environment.
25
26\(fn NAME)" t nil)
27
28(defvar pyvenv-mode nil "\
29Non-nil if Pyvenv mode is enabled.
30See the `pyvenv-mode' command
31for a description of this minor mode.
32Setting this variable directly does not take effect;
33either customize it (see the info node `Easy Customization')
34or call the function `pyvenv-mode'.")
35
36(custom-autoload 'pyvenv-mode "pyvenv" nil)
37
38(autoload 'pyvenv-mode "pyvenv" "\
39Global minor mode for pyvenv.
40
41This is a minor mode. If called interactively, toggle the
42`Pyvenv mode' mode. If the prefix argument is positive, enable
43the mode, and if it is zero or negative, disable the mode.
44
45If called from Lisp, toggle the mode if ARG is `toggle'. Enable
46the mode if ARG is nil, omitted, or is a positive number.
47Disable the mode if ARG is a negative number.
48
49To check whether the minor mode is enabled in the current buffer,
50evaluate `(default-value \\='pyvenv-mode)'.
51
52The mode's hook is called both when the mode is enabled and when
53it is disabled.
54
55Will show the current virtualenv in the mode line, and respect a
56`pyvenv-workon' setting in files.
57
58\(fn &optional ARG)" t nil)
59
60(defvar pyvenv-tracking-mode nil "\
61Non-nil if Pyvenv-Tracking mode is enabled.
62See the `pyvenv-tracking-mode' command
63for a description of this minor mode.
64Setting this variable directly does not take effect;
65either customize it (see the info node `Easy Customization')
66or call the function `pyvenv-tracking-mode'.")
67
68(custom-autoload 'pyvenv-tracking-mode "pyvenv" nil)
69
70(autoload 'pyvenv-tracking-mode "pyvenv" "\
71Global minor mode to track the current virtualenv.
72
73This is a minor mode. If called interactively, toggle the
74`Pyvenv-Tracking mode' mode. If the prefix argument is positive,
75enable the mode, and if it is zero or negative, disable the mode.
76
77If called from Lisp, toggle the mode if ARG is `toggle'. Enable
78the mode if ARG is nil, omitted, or is a positive number.
79Disable the mode if ARG is a negative number.
80
81To check whether the minor mode is enabled in the current buffer,
82evaluate `(default-value \\='pyvenv-tracking-mode)'.
83
84The mode's hook is called both when the mode is enabled and when
85it is disabled.
86
87When this mode is active, pyvenv will activate a buffer-specific
88virtualenv whenever the user switches to a buffer with a
89buffer-local `pyvenv-workon' or `pyvenv-activate' variable.
90
91\(fn &optional ARG)" t nil)
92
93(autoload 'pyvenv-restart-python "pyvenv" "\
94Restart Python inferior processes." t nil)
95
96(register-definition-prefixes "pyvenv" '("pyvenv-"))
97
98;;;***
99\f
100;;;### (autoloads nil nil ("pyvenv-pkg.el") (0 0 0 0))
101
102;;;***
103\f
104;; Local Variables:
105;; version-control: never
106;; no-byte-compile: t
107;; no-update-autoloads: t
108;; coding: utf-8
109;; End:
110;;; pyvenv-autoloads.el ends here