Template matcher used to replace instances of $TEMPLATES in filenames.
| 404 | |
| 405 | |
| 406 | class Template(string.Template): |
| 407 | """Template matcher used to replace instances of $TEMPLATES in filenames.""" |
| 408 | |
| 409 | idpattern = "[A-Z0-9_]+" |
| 410 | flags = re.ASCII |
no outgoing calls
no test coverage detected