Changeset 7051


Ignore:
Timestamp:
9 Nov 2011, 05:48:41 (13 years ago)
Author:
uli
Message:

Update docs.
Add new method for external file storage.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/branches/ulif-extimgstore/src/waeup/sirp/interfaces.py

    r7002 r7051  
    583583        """Get raw file data stored under file with `file_id`.
    584584
    585         Returns a file descriptor open for reading.
     585        Returns a file descriptor open for reading or ``None`` if the
     586        file cannot be found.
     587        """
     588
     589    def getFileByContext(context):
     590        """Get raw file data stored for the given context.
     591
     592        Returns a file descriptor open for reading or ``None`` if no
     593        such file can be found.
     594
     595        This is a convenience method.
    586596        """
    587597
Note: See TracChangeset for help on using the changeset viewer.