安临清
AnLinq 是一个 Python 模块,它提供类似于用于列表推导式的 .NET LINQ 链接方法的功能。
当前项目状态:
代码:就绪并兼容 2.x 和 3.x python 版本
测试: 80% 覆盖
参考:适用于所有方法的有意义的 reST 文档字符串
支持的理解方法: count , any , all , first , first_or_none , last , last_or_none , to_list , to_dictionary , where , distinct , group_by , order_by , take , skip , select , map , select_many , aggregate , reduce , foreach , concat , concat_item , except_for , intersect
P
2021-06-22 15:04:53
8KB
Python
1