コード例 #1
0
ファイル: __init__.py プロジェクト: abultman/PiAutomator
def __load_receiver__(elem, config):
    return load_class(elem, config, SCOPE_RECEIVER)
コード例 #2
0
ファイル: __init__.py プロジェクト: abultman/PiAutomator
def __load_input__(elem, config):
    return load_class(elem, config, SCOPE_INPUT)
コード例 #3
0
ファイル: __init__.py プロジェクト: abultman/PiAutomator
def __load_input__(elem, config):
    return load_class(elem, config, SCOPE_INPUT)