Searched defs:canBePath (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VBoxShell/
H A Dvboxshell.py101 def canBePath(self, _phrase, word): member in class:.CompleterNG
115 return not self.canBePath(phrase, word) and not self.canBeCommand(phrase, word)
128 if self.canBePath(phrase, text):

Completed in 103 milliseconds