Index of the copydir module
-
m
paste.script.copydir
...
- a Cheetah ...
- a query_usage ...
- a standard_vars ...
- C LaxTemplate ...
- C SkipTemplate ... - Raised to indicate that the template should not be copied over. Raise this exception during the substitution of your template
- C TypeMapper ...
- f careful_sub ... - Substitutes the template with the variables, using the .body() method if it exists. It assumes that the variables were also passed in via the searchList.
- f copy_dir ... - Copies the source directory to the dest directory.
- f eval_with_catch ...
- f html_quote ...
- f query_interactive ...
- f should_skip_file ... - Checks if a file should be skipped based on its name.
- f skip_template ... - Raise SkipTemplate, which causes copydir to skip the template being processed. If you pass in a condition, only raise if that condition is true (allows you to use this with string.Template)
- f sub_catcher ... - Run a substitution, returning the value. If an error occurs, show the filename. If the error is a NameError, show the variables.
- f substitute_content ...
- f substitute_filename ...
- f svn_makedirs ...
- f test ...
- f url_quote ...