MCPcopy Create free account
hub / github.com/Breakthrough/PySceneDetect / Template

Class Template

scenedetect/platform.py:406–410  ·  view source on GitHub ↗

Template matcher used to replace instances of $TEMPLATES in filenames.

Source from the content-addressed store, hash-verified

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

Callers 10

formatterFunction · 0.90
split_video_mkvmergeFunction · 0.90
runMethod · 0.85
save_imagesFunction · 0.85
save_htmlFunction · 0.85
save_qpFunction · 0.85
list_scenesFunction · 0.85
save_edlFunction · 0.85
save_fcpFunction · 0.85
save_otioFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected