MCPcopy Index your code
hub / github.com/offu/WeRoBot / remove_session

Function remove_session

tests/test_session.py:28–32  ·  view source on GitHub ↗
(session)

Source from the content-addressed store, hash-verified

26
27
28def remove_session(session):
29 try:
30 del session[to_binary("fromUser")]
31 except:
32 pass
33
34
35def test_session():

Callers

nothing calls this directly

Calls 1

to_binaryFunction · 0.90

Tested by

no test coverage detected