Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/geekcomputers/Python
/ filter
Method
filter
image2pdf/image2pdf.py:27–28 ·
view source on GitHub ↗
(self, item)
Source
from the content-addressed store, hash-verified
25
)
26
27
def
filter(self, item):
28
return
item.endswith(self.validFormats)
29
30
def
sortFiles(self):
31
return
sorted(os.listdir(self.directory))
Callers
1
videodownloder.py
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected