MCPcopy Create free account
hub / github.com/apache/solr / get_readme_skel

Function get_readme_skel

dev-tools/scripts/scaffoldNewModule.py:53–65  ·  view source on GitHub ↗
(module_name)

Source from the content-addressed store, hash-verified

51
52
53def get_readme_skel(module_name):
54 return dedent('''\
55 Apache Solr %s
56 =====================================
57
58 Introduction
59 ------------
60 TBD
61
62 Getting Started
63 ---------------
64 TBD
65 ''' % module_name)
66
67def get_license_header():
68 return dedent('''\

Callers 1

scaffold_folderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…