コード例 #1
0
ファイル: challenge_6.py プロジェクト: getr3kt/terminal-quest
 def block_command(self):
     return unblock_commands_with_cd_hint(self.last_user_input,
                                          self.commands)
コード例 #2
0
 def block_command(self, line):
     return unblock_commands_with_cd_hint(line, self.commands)
コード例 #3
0
ファイル: challenge_13.py プロジェクト: iamarf/terminal-quest
 def block_command(self):
     return unblock_commands_with_cd_hint(
         self.last_user_input, self.commands
     )
コード例 #4
0
 def block_command(self, line):
     return unblock_commands_with_cd_hint(line, self.commands)