Method chaining in python and how to have access to the entire string

前端 未结 0 1512
伪装坚强ぢ
伪装坚强ぢ 2020-12-15 12:01

I would like to add a basic class that does some method chaining in a sql/pandas-like way. Something like:

ResultSet.filter(...).exclude(...).sort(...)


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题