weboob-devel/weboob
Romain Bignon 4afac2a0d0 add method CapBaseObject.set_empty_fields()
This method can be used to fill all empty fields with the same value.

A field is empty when is value is None, NotLoaded or NotAvailable.

Example:

     # It will be impossible to get all empty fields, except
     # of 'url' (with a call to fillobj())
     video.set_empty_fields(NotAvailable, ('url',))
2012-03-12 13:42:00 +01:00
..
applications Support magnet URLs in weboorents 2012-03-09 02:49:00 +01:00
capabilities add method CapBaseObject.set_empty_fields() 2012-03-12 13:42:00 +01:00
core add_backend: do not crash if params is None 2012-03-03 23:19:58 +01:00
tools add required class attributes 2012-03-10 09:23:12 +01:00
__init__.py remove namespace packages info 2010-11-25 16:39:05 +01:00