Searched defs:has_file (Results 1 – 7 of 7) sorted by relevance
48 def has_file(self, filename: str) -> bool: member in Directory
289 #define BC_VM_RUN_STDIN(has_file) (BC_IS_BC || !(has_file)) argument339 #define BC_VM_RUN_STDIN(has_file) (BC_IS_BC) argument394 #define BC_VM_RUN_STDIN(has_file) (!(has_file)) argument
83 static int has_file(const char *fname, int required) in has_file() function
206 bool has_file = its_configuration->has_file_log(); in check_file() local
1481 bool has_file = false; local
442 int has_file = PyDict_ContainsString(dict, "__file__"); in _PyRun_SimpleFileObject() local
253 let has_file = self.contains(file); in insert() localVariable268 let has_file = self.contains(file); in remove() localVariable