2013-03-05 08:14:43 -05:00
|
|
|
[report]
|
|
|
|
|
|
|
|
exclude_lines =
|
|
|
|
if __name__ == .__main__.:
|
2013-03-10 22:20:46 -04:00
|
|
|
raise NotImplemented.
|
2020-11-22 10:54:59 -08:00
|
|
|
return NotImplemented
|
2013-03-15 00:45:12 -04:00
|
|
|
def __repr__
|
2013-03-10 22:20:46 -04:00
|
|
|
|
|
|
|
[run]
|
2013-03-10 23:46:44 -04:00
|
|
|
include = moto/*
|
2013-03-10 22:20:46 -04:00
|
|
|
omit = moto/packages/*
|
2021-01-26 12:37:03 +00:00
|
|
|
source = moto
|