MCPcopy Create free account
hub / github.com/internetarchive/openlibrary / usage

Function usage

scripts/migrate_db.py:114–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112
113
114def usage():
115 print(file=sys.stderr)
116 print("USAGE: %s dbname" % sys.argv[0], file=sys.stderr)
117 print(file=sys.stderr)
118
119
120def main():

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected