This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Juan Telleria2
Recipients Juan Telleria2, Maria Alguea, gvanrossum, steven.daprano
Date 2019-09-14.07:07:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568444850.99.0.00933109608858.issue38052@roundup.psfhosted.org>
In-reply-to
Content
And based on previous example, a more "pythonic" syntax would:

MyObj = Class \
   .method1() \
   .f_function1() \
   .method2() \
   .f_function2(param1 = "A", param2 = .)

So that any function preceded by a dot "." becomes a forward-pipe function (Object reference is passed forward).
History
Date User Action Args
2019-09-14 07:07:31Juan Telleria2setrecipients: + Juan Telleria2, gvanrossum, steven.daprano, Maria Alguea
2019-09-14 07:07:30Juan Telleria2setmessageid: <1568444850.99.0.00933109608858.issue38052@roundup.psfhosted.org>
2019-09-14 07:07:30Juan Telleria2linkissue38052 messages
2019-09-14 07:07:30Juan Telleria2create