OpenMined / PyDentity

A repository for leveraging Self-Sovereign Identity in applications
65 stars 25 forks source link

Better Response from terminate() #65

Open wip-abramson opened 3 years ago

wip-abramson commented 3 years ago

Description

Currently the .terminate() function returns None. This is not very useful, lets make it better. Probably a boolean? Not sure, open to ideas.

frogman commented 3 years ago

Hi. Python returns none by default. Should we add 'return self' at the end and make use of it?

wip-abramson commented 3 years ago

Yeah maybe self, I hadn't thought of that. We should definitely return something I feel