Filtres i ordres als resultats de cerca
This commit is contained in:
@@ -25,6 +25,10 @@ def groupby(
|
||||
yield k, group_fn(g)
|
||||
|
||||
|
||||
def identity(t: T) -> T:
|
||||
return t
|
||||
|
||||
|
||||
U = TypeVar("U")
|
||||
V = TypeVar("V")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user