Example #1
0
def home():
    return get_list(node_name='Home/Linux')
Example #2
0
def home():
    return get_list(node_name='Home/Python')
Example #3
0
def home():
    return get_list(node_name='Home/Git')
Example #4
0
def patterns():
    return get_list(node_name='Home/Python/Design Patterns')
Example #5
0
def tricks():
    return get_list(node_name='Home/Python/Python Tricks')
Example #6
0
def algorithms():
    return get_list(node_name='Home/Python/Data Structures & Algorithms')
Example #7
0
def std_lib():
    return get_list(node_name='Home/Python/Python Standard Library')
Example #8
0
def core():
    return get_list(node_name='Home/Python/Python Core')
Example #9
0
def home():
    return get_list(node_name='Home/Ansible')
Example #10
0
def home():
    return get_list(node_name='Home/Docker')