MCPcopy
hub / github.com/scrapy/scrapy / __init__

Method __init__

scrapy/exceptions.py:111–113  ·  view source on GitHub ↗
(self, *a: Any, **kw: Any)

Source from the content-addressed store, hash-verified

109 """To indicate a command-line usage error"""
110
111 def __init__(self, *a: Any, **kw: Any):
112 self.print_help = kw.pop("print_help", True)
113 super().__init__(*a, **kw)
114
115
116class ScrapyDeprecationWarning(Warning):

Callers

nothing calls this directly

Calls 2

popMethod · 0.45
__init__Method · 0.45

Tested by

no test coverage detected