MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-576729.py

File recipe-576729.py

recipes/Python/576729_Simple_Version_Control/recipe-576729.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import re, os, sys
2from difflib import SequenceMatcher, context_diff
3from datetime import datetime
4from itertools import islice

Callers

nothing calls this directly

Calls 3

mainFunction · 0.70
compileMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected