コード例 #1
0
ファイル: structuredlog.py プロジェクト: Andrel322/gecko-dev
def log_actions():
    """Returns the set of actions implemented by mozlog."""
    return set(convertor_registry.keys())
コード例 #2
0
def log_actions():
    """Returns the set of actions implemented by mozlog."""
    return set(convertor_registry.keys())