コード例 #1
0
ファイル: __init__.py プロジェクト: sqrl/Ultra-Relay-Battle
def refresh(context_name):
    return imports.refresh(context_name)
コード例 #2
0
def refresh( command_name ):
    """Reload the module supporting the given command."""
    return imports.refresh(command_name)
コード例 #3
0
def refresh( gametype_name ):
    return imports.refresh(gametype_name)