pyFTPclient
pyFTPclient copied to clipboard
how to understand monitor.set() function
mon = monitor() mon.set()
how to understand mon.set(), becuase I find mon have no return value, so mon should return None, None.set()? I couldn't understand the function.
kindly check it, thanks.