MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / main

Function main

site/source/get_api_items.py:87–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

85
86
87def main():
88 parser = optparse.OptionParser(usage="Usage: %prog [options] version")
89 parser.add_option("-s", "--siteapi", dest="siteapi", default="http://www.developer.nokia.com/Community/Wiki/api.php", help="Location of API")
90 _options, _args = parser.parse_args()
91 # print 'Site: %s' % options.siteapi
92 parseFiles()
93 exportItems()
94 return 0
95
96
97if __name__ == '__main__':

Callers 1

get_api_items.pyFile · 0.70

Calls 2

parseFilesFunction · 0.85
exportItemsFunction · 0.85

Tested by

no test coverage detected