Lines Matching refs:file_path
37 self.file_path = None
48 …def getFilepath(self, file_path): # Gets arguments from Command-Line and assigns to instance of cl… argument
49 self.file_path = file_path
52 if os.path.exists(self.file_path):
53 os.unlink(self.file_path)
55 self.socket.recv_fd.bind(self.file_path)
60 JSON = (API_REG + self.file_path + "\"}}")
67 self.socket.client_fd.send((API_UNREG + self.file_path + "\"}}").encode())
118 file_path = "" variable
120 file_path = sys.argv[1] variable
123 file_path = DEFAULT_FP variable
125 client.getFilepath(file_path)