示例#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',
    ])
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"])