Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RainingComputers/whipFTP
/ is_dir
Method
is_dir
FTP_controller.py:356–358 ·
view source on GitHub ↗
(self, file_details)
Source
from the content-addressed store, hash-verified
354
return
[file_name, file_attribs, date_modified]
355
356
def
is_dir(self, file_details):
357
if
(self.server_platform ==
'Linux'
):
358
return
'd'
in file_details[0]
Callers
11
delete_dir
Method · 0.95
download_dir
Method · 0.95
search
Method · 0.95
get_dir_size
Method · 0.95
draw_icons
Method · 0.45
change_dir
Method · 0.45
file_properties_window
Method · 0.45
rename_file
Method · 0.45
download
Method · 0.45
delete_item
Method · 0.45
clipboard_paste
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected