Example #1
0
def get_network_services(executor, path=SERVICES_PATH):
    '@types: command.CmdExecutor, file_system.Path? -> generator[NetworkService]'
    return parse_network_services(cat(path) | executor)
def get_network_services(executor, path=SERVICES_PATH):
    return parse_network_services(win_type(path) | executor)
Example #3
0
def get_network_services(executor, path=SERVICES_PATH):
    return parse_network_services(win_type(path) | executor)