Example #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)
Example #3
0
 def block_command(self):
     return unblock_commands_with_cd_hint(
         self.last_user_input, self.commands
     )
Example #4
0
 def block_command(self, line):
     return unblock_commands_with_cd_hint(line, self.commands)