Changeset 2087 for trunk/docs/source/imports.rst
- Timestamp:
- Dec 8, 2015 6:02:57 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/source/imports.rst
r2068 r2087 60 60 method when ``strictExtension`` is False. 61 61 * ``formatName``: a string to be used in the menu. Should be short. 62 * ``longFormatName``: a longer string to be used to describe the format in help. 62 * ``longFormatName``: a longer string to be used to describe the 63 format in help. 64 65 Note that if an importer detects a condition which prevents its use, 66 for example because a required Python package is not present, it can 67 set the value of ``self.UseReader`` to False. Another possible use for 68 this would be an importer that requires a network connection to a 69 remote site. Setting ``self.UseReader`` to False must be done in the 70 ``__init__`` method and will prevent the 71 importer from being used or included in the expected menu. 63 72 64 73 Reader()
Note: See TracChangeset
for help on using the changeset viewer.