MCPcopy Create free account
hub / github.com/codemeta/codemeta / main

Function main

scripts/aggregate.py:90–92  ·  view source on GitHub ↗

Entry-point of the script.

()

Source from the content-addressed store, hash-verified

88 writer.writerows(rows)
89
90def main():
91 """Entry-point of the script."""
92 write_aggregate(aggregate())
93
94if __name__ == '__main__':
95 main()

Callers 1

aggregate.pyFile · 0.85

Calls 2

write_aggregateFunction · 0.85
aggregateFunction · 0.85

Tested by

no test coverage detected