Changeset 7071 for main/waeup.sirp
- Timestamp:
- 11 Nov 2011, 07:46:23 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/interfaces.py
r7066 r7071 640 640 """ 641 641 642 def getFileByContext(context ):642 def getFileByContext(context, attr=None): 643 643 """Get raw file data stored for the given context. 644 644 645 645 Returns a file descriptor open for reading or ``None`` if no 646 646 such file can be found. 647 648 Both, `context` and `attr` might be used to find (`context`) 649 and feed (`attr`) an appropriate file name chooser. 647 650 648 651 This is a convenience method.
Note: See TracChangeset for help on using the changeset viewer.