Exemple #1
0
def staff_in_lab():
    return real_staff_in_lab()
Exemple #2
0
def _staff_names_in_lab():
    return '\n'.join(sorted(
        user_attrs(user.user)['cn'][0]
        for user in real_staff_in_lab()
    ))
Exemple #3
0
def staff_in_lab() -> List[Any]:
    return real_staff_in_lab()
Exemple #4
0
def staff_in_lab():
    return real_staff_in_lab()