NoInfo¶
- class baseband.base.file_info.NoInfo(info=None)[source] [edit on github]¶
Bases:
object
Info class for cases where no useful information was returned.
Any instance evaluates as
False
, to indicate a file for which the information is given is not readable.- Parameters:
- infostr
Information that will be displayed using
repr
.