Mohamed Khaled

Results 1 issues of Mohamed Khaled

def load_binary_pickle( filepath ): with open(filepath, 'rb') as f: data = pickle.load(f, encoding="latin1") return data