MCPcopy Index your code
hub / github.com/geekcomputers/Python / delete_service

Function delete_service

password_manager.py:54–58  ·  view source on GitHub ↗
(service_)

Source from the content-addressed store, hash-verified

52
53
54def delete_service(service_):
55 command = 'DELETE from STORE where SERVICE = "' + service_ + '"'
56 conn.execute(command)
57 conn.commit()
58 print(service_ + " deleted from the database successfully.")
59
60
61def get_all():

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected