コード例 #1
0
ファイル: utils.py プロジェクト: wy/bench
def find_benches(location):
    """Finds benches recursively from location"""
    from bench.utils import find_benches
    find_benches(directory=location)
コード例 #2
0
ファイル: utils.py プロジェクト: yakirtza/bench
def find_benches(location):
    from bench.utils import find_benches
    find_benches(directory=location)