Cope 2.5.0
My personal "standard library" of all the generally useful code I've written for various projects over the years
|
bool Cope.misc.confirm | ( | str | prompt = 'Continue?' , |
bool | quit = False , |
||
str | quit_msg = 'Exiting...' , |
||
bool | return_if_invalid = False , |
||
bool | include_YN = True |
||
) |