PyDentity icon indicating copy to clipboard operation
PyDentity copied to clipboard

Better Response from terminate()

Open wip-abramson opened this issue 4 years ago • 2 comments

Description

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

wip-abramson avatar Feb 23 '21 14:02 wip-abramson

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

frogman avatar Feb 24 '21 21:02 frogman

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

wip-abramson avatar Feb 26 '21 10:02 wip-abramson