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

Method retPipe

recipes/Python/271246_pyAlbumpy/recipe-271246.py:65–70  ·  view source on GitHub ↗
(self, index)

Source from the content-addressed store, hash-verified

63 return str
64
65 def retPipe(self, index):
66 return " | "
67 if(index > 0 and index < len(self.files) - 1):
68 return " | "
69 else:
70 return ""
71
72 def getScale1(self):
73 os.chdir(self.dirName)

Callers 1

createHTMLsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected