scrapy.utils.reqser
scrapy
utils
reqser
_find_method
_get_method
request_from_dict
request_to_dict
Undocumented
Create Request object from a dict.
If a spider is given, it will try to resolve the callbacks looking at the spider for methods with the same name.
Convert Request object to a dict.
If a spider is given, it will try to find out the name of the spider method used in the callback and store that as the callback.