On Fri, Mar 20, 2020 at 2:59 PM Steven D'Aprano <[email protected]> wrote: > > On Thu, Mar 19, 2020 at 11:38:28PM +0000, Samuel Colvin wrote: > > > But it also looks for a "__pretty__" method on objects, and if found uses > > that to display the object. > > Are you aware that dunder names are reserved for Python's use? >
Really? Somebody better tell SQLAlchemy that they're breaking rules, then. ChrisA _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/MGAMGJN7TEB3SNEU7O7NLEO3EGDGIMUS/ Code of Conduct: http://python.org/psf/codeofconduct/
