MCPcopy Create free account
hub / github.com/ActiveState/code / main

Function main

recipes/Python/389170_SimpleWrapper/recipe-389170.py:37–40  ·  view source on GitHub ↗
(u, p, *db_data)

Source from the content-addressed store, hash-verified

35 # ---------------------------------------------------
36
37 def main(u, p, *db_data):
38 db = connect_db('localhost', *db_data)
39 db.create_table()
40 db.populate_table(feeds)
41
42 # ...
43

Callers

nothing calls this directly

Calls 1

connect_dbFunction · 0.85

Tested by

no test coverage detected