[Python-ideas] Method chaining notation

Alan Cristhian Ruiz alan.cristh at gmail.com
Sat Feb 22 16:44:40 CET 2014


What is wrong with the current sintax?:

'abcd'\
      .upper()\
      .lower()\
      .title()




More information about the Python-ideas mailing list