Пример #1
0
 def cmd(name):
     """Command decorator for the PrintingController class."""
     # pylint: disable=no-self-argument
     return g.new_cmd_decorator(name, [
         'c',
         'printingController',
     ])
Пример #2
0
 def cmd(name):
     '''Command decorator for the ChapterController class.'''
     # pylint: disable=no-self-argument
     return g.new_cmd_decorator(name, [
         'c',
         'chapterController',
     ])
Пример #3
0
def cmd(name):
    '''Command decorator for the KillBufferCommandsClass class.'''
    return g.new_cmd_decorator(name, ['c', 'killBufferCommands',])
Пример #4
0
def cmd(name):
    '''Command decorator for the KillBufferCommandsClass class.'''
    return g.new_cmd_decorator(name, [
        'c',
        'killBufferCommands',
    ])
Пример #5
0
def cmd(name):
    """Command decorator for the ChapterController class."""
    return g.new_cmd_decorator(name, [
        'c',
        'chapterController',
    ])
Пример #6
0
def cmd(name):
    """Command decorator for the SpellCommandsClass class."""
    return g.new_cmd_decorator(name, [
        'c',
        'spellCommands',
    ])
Пример #7
0
def cmd(name):
    """Command decorator for the PrintingController class."""
    return g.new_cmd_decorator(name, [
        'c',
        'printingController',
    ])
Пример #8
0
def cmd(name):
    '''Command decorator for the helpCommands class.'''
    return g.new_cmd_decorator(name, [
        'c',
        'helpCommands',
    ])
Пример #9
0
def cmd(name):
    '''Command decorator for the EditFileCommandsClass class.'''
    return g.new_cmd_decorator(name, ['c', 'editFileCommands',])
Пример #10
0
def cmd(name):
    '''Command decorator for the MacroCommandsClass class.'''
    return g.new_cmd_decorator(name, ['c', 'macroCommands',])
Пример #11
0
def cmd(name):
    '''Command decorator for the AsiiDoctorCommands class.'''
    return g.new_cmd_decorator(name, ['c', 'asciiDoctorCommands',])
Пример #12
0
def cmd(name):
    '''Command decorator for the RectangleCommandsClass class.'''
    return g.new_cmd_decorator(name, ['c', 'rectangleCommands',])
Пример #13
0
def cmd(name):
    '''Command decorator for the DebugCommandsClass class.'''
    return g.new_cmd_decorator(name, ['c', 'debugCommands',])
Пример #14
0
def cmd(name):
    """Command decorator for the abbrevCommands class."""
    return g.new_cmd_decorator(name, [
        'c',
        'abbrevCommands',
    ])
Пример #15
0
def cmd(name):
    '''Command decorator for the MacroCommandsClass class.'''
    return g.new_cmd_decorator(name, ['c', 'macroCommands',])
Пример #16
0
 def cmd(name):
     '''Command decorator for the ChapterController class.'''
     # pylint: disable=no-self-argument
     return g.new_cmd_decorator(name, ['c', 'chapterController',])
Пример #17
0
def cmd(name):
    '''Command decorator for the abbrevCommands class.'''
    return g.new_cmd_decorator(name, ['c', 'abbrevCommands',])
Пример #18
0
def cmd(name):
    '''Command decorator for the SpellCommandsClass class.'''
    return g.new_cmd_decorator(name, ['c', 'spellCommands',])
Пример #19
0
def cmd(name):
    '''Command decorator for the RegisterCommandsClass class.'''
    return g.new_cmd_decorator(name, [
        'c',
        'registerCommands',
    ])
Пример #20
0
def cmd(name):
    """Command decorator for the BufferCommands class."""
    return g.new_cmd_decorator(name, ['c', 'bufferCommands',])
Пример #21
0
def cmd(name):
    '''Command decorator for the EditFileCommandsClass class.'''
    return g.new_cmd_decorator(name, [
        'c',
        'editFileCommands',
    ])
Пример #22
0
def cmd(name):
    """Command decorator for the DebugCommandsClass class."""
    return g.new_cmd_decorator(name, [
        'c',
        'debugCommands',
    ])
Пример #23
0
def cmd(name):
    '''Command decorator for the ControlCommandsClass class.'''
    return g.new_cmd_decorator(name, ['c', 'controlCommands',])
Пример #24
0
def cmd(name):
    """Command decorator for the RectangleCommandsClass class."""
    return g.new_cmd_decorator(name, [
        'c',
        'rectangleCommands',
    ])
Пример #25
0
def cmd(name):
    """Command decorator for the ControlCommandsClass class."""
    return g.new_cmd_decorator(name, [
        'c',
        'controlCommands',
    ])
Пример #26
0
def cmd(name):
    """Command decorator for the SpellCommandsClass class."""
    return g.new_cmd_decorator(name, ["c", "spellCommands"])