mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-21 07:32:44 +00:00
Merge pull request #4099 from BurnzZ/itemloader-docs
update docs of scrapy.loader.ItemLoader.item
This commit is contained in:
commit
9b7452211a
@ -477,6 +477,8 @@ ItemLoader objects
|
||||
.. attribute:: item
|
||||
|
||||
The :class:`~scrapy.item.Item` object being parsed by this Item Loader.
|
||||
This is mostly used as a property so when attempting to override this
|
||||
value, you may want to check out :attr:`default_item_class` first.
|
||||
|
||||
.. attribute:: context
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user