Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

Host-based Storage I/O handler classes for SpiNNaker software stack

Notifications You must be signed in to change notification settings

SpiNNakerManchester/SpiNNStorageHandlers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 

Repository files navigation

NO LONGER SUPPORTED

The functionality that was in this repository is now handled by the standard Python io package in all versions of Python supported by the SpiNNaker team. In particular, io.FileIO is good for binary file access, and io.TextIOWrapper makes that work for text file access.