MCPcopy Create free account
hub / github.com/KDE/kdevelop / license

Function license

plugins/qmljs/nodejsmodules/common.py:9–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7
8# Print the license of the generated file (the same as the one of this file)
9def license():
10 print("""/*
11 SPDX-FileCopyrightText: 2014 Denis Steckelmacher <steckdenis@yahoo.fr>
12
13 SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
14*/
15""")
16
17def basicTypes(d):
18 d["_mixed"] = '_mixed' # This variable does not exist and will therefore yield the type "mixed"

Callers 15

child_process.pyFile · 0.70
os.pyFile · 0.70
dns.pyFile · 0.70
fs.pyFile · 0.70
url.pyFile · 0.70
path.pyFile · 0.70
tty.pyFile · 0.70
https.pyFile · 0.70
dgram.pyFile · 0.70
net.pyFile · 0.70
stream.pyFile · 0.70
event.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected