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

Function get_overview_tpl

dev-tools/scripts/scaffoldNewModule.py:98–118  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

96 }''' % description)
97
98def get_overview_tpl(name):
99 return dedent('''\
100 <!--
101 Licensed to the Apache Software Foundation (ASF) under one or more
102 contributor license agreements. See the NOTICE file distributed with
103 this work for additional information regarding copyright ownership.
104 The ASF licenses this file to You under the Apache License, Version 2.0
105 (the "License"); you may not use this file except in compliance with
106 the License. You may obtain a copy of the License at
107 http://www.apache.org/licenses/LICENSE-2.0
108 Unless required by applicable law or agreed to in writing, software
109 distributed under the License is distributed on an "AS IS" BASIS,
110 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
111 See the License for the specific language governing permissions and
112 limitations under the License.
113 -->
114 <html>
115 <body>
116 Apache Solr Search Server: %s
117 </body>
118 </html>''&#x27; % name)
119
120def scaffold_folder(module_name, module_full_name, module_folder, module_description):
121 print("\nScaffolding folder %s" % module_folder)

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…