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

Method __init__

tests/test_middleware.py:47–48  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

45 pass
46
47 def __init__(self):
48 raise NotConfigured("foo")
49
50
51class MyMiddlewareManager(MiddlewareManager):

Callers

nothing calls this directly

Calls 1

NotConfiguredClass · 0.90

Tested by

no test coverage detected