module documentation

Undocumented

Class Command No class docstring; 0/1 property, 0/1 instance variable, 0/2 class variable, 1/5 method documented
Constant IGNORE Undocumented
Constant TEMPLATES_TO_RENDER Undocumented
Function _make_writable Undocumented

Undocumented

Value
ignore_patterns('*.pyc', '__pycache__', '.svn')
TEMPLATES_TO_RENDER: tuple = (source)

Undocumented

Value
(('scrapy.cfg'),
 ('${project_name}', 'settings.py.tmpl'),
 ('${project_name}', 'items.py.tmpl'),
 ('${project_name}', 'pipelines.py.tmpl'),
 ('${project_name}', 'middlewares.py.tmpl'))
def _make_writable(path): (source)

Undocumented