Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ main
Function
main
plugins/qmljs/nodejsmodules/idltojs.py:215–221 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
213
token += c
214
215
def
main():
216
license()
217
218
for
fl in sys.argv[1:]:
219
f = open(fl,
'r'
)
220
tokenize(f.read())
221
f.close()
222
223
if
__name__ ==
'__main__'
:
224
if
len(sys.argv) < 2:
Callers
1
idltojs.py
File · 0.70
Calls
4
tokenize
Function · 0.85
license
Function · 0.70
read
Method · 0.45
close
Method · 0.45
Tested by
no test coverage detected