MCPcopy Create free account
hub / github.com/Syncplay/syncplay / isURL

Function isURL

syncplay/utils.py:411–417  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

409
410
411def isURL(path):
412 if path is None:
413 return False
414 elif "://" in path:
415 return True
416 else:
417 return False
418
419
420def getPlayerArgumentsByPathAsArray(arguments, path):

Callers 13

openFileMethod · 0.90
getFileSwitchStateMethod · 0.90
isItemUntrustedMethod · 0.90
isFileAvailableMethod · 0.90
showUserListMethod · 0.90
openPlaylistMenuMethod · 0.90
openRoomMenuMethod · 0.90
playlistItemClickedMethod · 0.90
roomClickedMethod · 0.90
addFileToPlaylistMethod · 0.90
hashFilenameFunction · 0.85
sameFilenameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected