Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/scrapy/scrapy
/ print_help
Method
print_help
scrapy/shell.py:279–280 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
277
self.vars[
"banner"
] = self.get_help()
278
279
def
print_help(self) -> None:
280
print(self.get_help())
281
282
def
get_help(self) -> str:
283
b = []
Callers
1
_run_print_help
Function · 0.80
Calls
1
get_help
Method · 0.95
Tested by
no test coverage detected