MCPcopy Index your code
hub / github.com/chasingboy/Xtools / select_routers

Function select_routers

utils.py:370–373  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

368
369
370def select_routers(text):
371 regex = re.compile(regex_str, re.VERBOSE)
372 routers = [m.group(1).lstrip('/') for m in re.finditer(regex, text)]
373 return routers
374
375
376def filter_routers(results):

Callers 1

runMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected