memory.py 170 B

12345678910
  1. class MEMORYFileManager:
  2. def __init__(self, uri):
  3. pass
  4. def provider_name(self):
  5. return 'Memory'
  6. def rename(self, target_uri):
  7. pass