1
0
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:
Mikhail Korobov 2019-12-03 13:14:45 +05:00 committed by GitHub
commit 9b7452211a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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