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

Method __init__

scrapy/exceptions.py:96–98  ·  view source on GitHub ↗
(self, message: str, log_level: str | None = None)

Source from the content-addressed store, hash-verified

94 """Drop item from the item pipeline"""
95
96 def __init__(self, message: str, log_level: str | None = None):
97 super().__init__(message)
98 self.log_level = log_level
99
100
101class NotSupported(Exception):

Callers 3

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected