Changeset 7051
- Timestamp:
- 9 Nov 2011, 05:48:41 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/branches/ulif-extimgstore/src/waeup/sirp/interfaces.py
r7002 r7051 583 583 """Get raw file data stored under file with `file_id`. 584 584 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. 586 596 """ 587 597
Note: See TracChangeset for help on using the changeset viewer.