MCPcopy Create free account
hub / github.com/Boris-code/feapder / start_requests

Method start_requests

feapder/core/base_parser.py:22–30  ·  view source on GitHub ↗

@summary: 添加初始url --------- --------- @result: yield Request()

(self)

Source from the content-addressed store, hash-verified

20
21class BaseParser(object):
22 def start_requests(self):
23 """
24 @summary: 添加初始url
25 ---------
26 ---------
27 @result: yield Request()
28 """
29
30 pass
31
32 def download_midware(self, request: Request):
33 """

Callers 5

__add_taskMethod · 0.45
distribute_taskMethod · 0.45
distribute_taskMethod · 0.45
distribute_taskMethod · 0.45
distribute_taskMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected