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