MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / phase3

Method phase3

tools/python-3.11.9-amd64/Lib/filecmp.py:186–188  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

184 self.common_funny.append(x)
185
186 def phase3(self): # Find out differences between common files
187 xx = cmpfiles(self.left, self.right, self.common_files)
188 self.same_files, self.diff_files, self.funny_files = xx
189
190 def phase4(self): # Find out differences between common subdirectories
191 # A new dircmp (or MyDirCmp if dircmp was subclassed) object is created

Callers

nothing calls this directly

Calls 1

cmpfilesFunction · 0.85

Tested by

no test coverage detected