mirror of
https://github.com/binux/pyspider.git
synced 2024-11-25 16:34:30 +08:00
22 lines
350 B
INI
22 lines
350 B
INI
[run]
|
|
source =
|
|
pyspider
|
|
parallel = True
|
|
|
|
[report]
|
|
omit =
|
|
pyspider/libs/sample_handler.py
|
|
pyspider/libs/pprint.py
|
|
|
|
exclude_lines =
|
|
pragma: no cover
|
|
def __repr__
|
|
if self.debug:
|
|
if settings.DEBUG
|
|
raise AssertionError
|
|
raise NotImplementedError
|
|
if 0:
|
|
if __name__ == .__main__.:
|
|
except ImportError:
|
|
pass
|