Пример #1
0
def list_context(func_name):
    try:
        import list_context_ext
        return list_context_ext.list(func_name)
    except Exception as e:
        print(e)
        return [(nn.Context(), func_name)]
Пример #2
0
def list_context(func_name):
    try:
        import list_context_ext
        return list_context_ext.list(func_name)
    except:
        return [(nn.Context(), func_name)]
Пример #3
0
def list_context(func_name):
    try:
        import list_context_ext
        return list_context_ext.list(func_name)
    except:
        return [(nn.Context(), func_name)]