Exemplo n.º 1
0
 def block_command(self):
     return unblock_commands_with_cd_hint(self.last_user_input,
                                          self.commands)
Exemplo n.º 2
0
 def block_command(self, line):
     return unblock_commands_with_cd_hint(line, self.commands)
Exemplo n.º 3
0
 def block_command(self):
     return unblock_commands_with_cd_hint(
         self.last_user_input, self.commands
     )
Exemplo n.º 4
0
 def block_command(self, line):
     return unblock_commands_with_cd_hint(line, self.commands)