Exemplo n.º 1
0
 def fut(x):
     return lexer.SplitCommandLineIntoArgv(x)
Exemplo n.º 2
0
 def _Exec(self, argv):
     """Args: argv: str"""
     uicmd.APP_NAMESPACE.FindCmdAndExecute(
         self._the_state,
         lexer.SplitCommandLineIntoArgv(argv),
         generate_undo_info=True)
Exemplo n.º 3
0
 def nonposix_fut(x):
     return lexer.SplitCommandLineIntoArgv(x, posix=False)