Νικόλαος-Διγενής Καραγιάννης

Results 94 comments of Νικόλαος-Διγενής Καραγιάννης

@EntilZha, also see https://github.com/Suor/whatever

@jacobbridges, regarding the pytoolz part, do you mean some initiative to merge them? I don't think it can lead anywhere. The only connection between the projects is the popularity among...

@jacobbridges, also interested.

The author of the module chose to treat `.call()` as a special attribute because the usefulness of being able to create method callers outweighs the usefulness of being able to...

`_` is an instance of the underscore class. Retrieving any attribute results in an [attribute getter](https://docs.python.org/2/library/operator.html#operator.attrgetter) for such an attribute. Calling it invokes this attribute getter with the `'tif'` string...

@jahs, also consider https://github.com/fnpy/fn.py, a more active fork

`__contains__()` results are implicitly cast to bool, it can not return a callable to implement this trick. Therefore underscore can not define this method to do what we would want...

> This is exactly what Parsel provides, it moves the implementation complexity out from users. Users who try to subclass the selectors will end up facing these complexities. So far,...

@dineshbvadhia, what is your use case?

What advantages does this offer compared to a regular dict? What do you mean by "read-only db"?