MCPcopy Create free account
hub / github.com/ActiveState/code / doFiles

Method doFiles

recipes/Python/271246_pyAlbumpy/recipe-271246.py:98–103  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

96 getScale2()
97
98 def doFiles(self):
99 self.files = []
100 for x in os.listdir(self.dirName):
101 os.chdir(self.dirName)
102 if(os.path.isfile(x)):
103 self.files.append(x)
104
105 def createThumbnails(self):
106 # Create thumbnails

Callers 1

recipe-271246.pyFile · 0.80

Calls 4

chdirMethod · 0.80
isfileMethod · 0.80
listdirMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected