MCPcopy
hub / github.com/redis/redis-py / teardown

Function teardown

tests/test_credentials.py:133–134  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

131 if request is not None:
132
133 def teardown():
134 r.acl_deluser(username)
135
136 request.addfinalizer(teardown)
137

Callers

nothing calls this directly

Calls 3

acl_deluserMethod · 0.80
authMethod · 0.80
config_setMethod · 0.45

Tested by

no test coverage detected