MCPcopy 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
215def main():
216 license()
217
218 for fl in sys.argv[1:]:
219 f = open(fl, 'r')
220 tokenize(f.read())
221 f.close()
222
223if __name__ == '__main__':
224 if len(sys.argv) < 2:

Callers 1

idltojs.pyFile · 0.70

Calls 4

tokenizeFunction · 0.85
licenseFunction · 0.70
readMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected