D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
lib
/
python3.14
/
__pycache__
/
Filename :
difflib.cpython-314.pyc
back
Copy
+ ��3jH � � � R t . ROt^ RIHt ^ RIHt ^ RIH t ]! RR4 t R t ! R R4 tR R lt R t ! R R4 tR!R ltR"R ltR tR#R ltR tR#R ltR tR$R ltR]3R ltRR]3R ltRtRtRtRt ! R R]4 tR t R# )%ae Module difflib -- helpers for computing deltas between objects. Function get_close_matches(word, possibilities, n=3, cutoff=0.6): Use SequenceMatcher to return list of the best "good enough" matches. Function context_diff(a, b): For two lists of strings, return a delta in context diff format. Function ndiff(a, b): Return a delta: the difference between `a` and `b` (lists of strings). Function restore(delta, which): Return one of the two sequences that generated an ndiff delta. Function unified_diff(a, b): For two lists of strings, return a delta in unified diff format. Class SequenceMatcher: A flexible class for comparing pairs of sequences of any type. Class Differ: For producing human-readable deltas from sequences of lines of text. Class HtmlDiff: For producing HTML side by side comparison with change highlights. �SequenceMatcher�Differ�HtmlDiff�Match)�nlargest)� namedtuple)�GenericAliasza b sizec �6 � V'