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

Function parse

recipes/Python/440647_Smart_Links/recipe-440647.py:26–30  ·  view source on GitHub ↗
(links)

Source from the content-addressed store, hash-verified

24 return index
25
26def parse(links):
27 links = links.splitlines()
28 for index in range(len(links)):
29 links[index] = links[index].split(' ', 1)
30 return links
31
32def check(links):
33 from socket import socket

Callers 2

buildFunction · 0.70
readConfigFunction · 0.50

Calls 2

rangeFunction · 0.85
splitMethod · 0.45

Tested by

no test coverage detected