|
def | make (self, specification, options=None) |
|
def | __init__ (self, source_dir, target_dir, add_launchers=True, dry_run=False, fileop=None) |
|
def | get_manifest (self, exename) |
|
def | dry_run (self) |
|
def | dry_run (self, value) |
|
def | make_multiple (self, specifications, options=None) |
|
◆ make()
def make |
( |
|
self, |
|
|
|
specification, |
|
|
|
options = None |
|
) |
| |
Make a script.
:param specification: The specification, which is either a valid export
entry specification (to make a script from a
callable) or a filename (to make a script by
copying from a source location).
:param options: A dictionary of options controlling script generation.
:return: A list of all absolute pathnames written to.
Reimplemented from ScriptMaker.
The documentation for this class was generated from the following file:
- /home/passerat/Stage/flaskProject/venv/lib/python3.8/site-packages/pip/_internal/operations/install/wheel.py