def crawling_config(self):
"""
Get a dictionary containing the spider and Scrapy settings to use to crawl an endpoint.
:return: A dictionary containing the spider and Scrapy settings to use to crawl an endpoint.
"""
return self._crawling_config
# Representation and Comparison
评论列表
文章目录