|
def | process_template_line (self, line) |
|
def | include (self, pattern) |
|
def | exclude (self, pattern) |
|
def | recursive_include (self, dir, pattern) |
|
def | recursive_exclude (self, dir, pattern) |
|
def | graft (self, dir) |
|
def | prune (self, dir) |
|
def | global_include (self, pattern) |
|
def | global_exclude (self, pattern) |
|
def | append (self, item) |
|
def | extend (self, paths) |
|
◆ append()
def append |
( |
|
self, |
|
|
|
item |
|
) |
| |
◆ exclude()
def exclude |
( |
|
self, |
|
|
|
pattern |
|
) |
| |
Exclude files that match 'pattern'.
◆ extend()
def extend |
( |
|
self, |
|
|
|
paths |
|
) |
| |
◆ global_exclude()
def global_exclude |
( |
|
self, |
|
|
|
pattern |
|
) |
| |
Exclude all files anywhere that match the pattern.
◆ global_include()
def global_include |
( |
|
self, |
|
|
|
pattern |
|
) |
| |
Include all files anywhere in the current directory that match the
pattern. This is very inefficient on large file trees.
◆ graft()
Include all files from 'dir/'.
◆ include()
def include |
( |
|
self, |
|
|
|
pattern |
|
) |
| |
Include files that match 'pattern'.
◆ process_template_line()
def process_template_line |
( |
|
self, |
|
|
|
line |
|
) |
| |
◆ prune()
Filter out files from 'dir/'.
◆ recursive_exclude()
def recursive_exclude |
( |
|
self, |
|
|
|
dir, |
|
|
|
pattern |
|
) |
| |
Exclude any file anywhere in 'dir/' that match the pattern.
◆ recursive_include()
def recursive_include |
( |
|
self, |
|
|
|
dir, |
|
|
|
pattern |
|
) |
| |
Include all files anywhere in 'dir/' that match the pattern.
◆ files
The documentation for this class was generated from the following file:
- /home/passerat/Stage/flaskProject/venv/lib/python3.8/site-packages/setuptools/command/egg_info.py