Skip to content

toolz 1.1.0

Download JSON

  • PyPI https://pypi.org/project/toolz/
    Repository https://github.com/pytoolz/toolz

  • py.typed

  • Coverage


    %%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%%
    pie title
        "Typed" : 0
        "Any" : 0
        "Untyped" : 335
    • 0.0% coverage
    • 0.0% coverage (strict)
    • 335 typable
      • 0 typed
      • 335 untyped
      • 0 Any
  • Typables


    %%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%%
    pie title
        "functions" : 223
        "classes" : 59
        "other" : 47
    • 67 functions (+0 overloads)
      • 156 parameters
    • 4 classes
      • 30 methods (+0 overloads)
        • 28 parameters
      • 1 properties
    • 12 modules
      • 47 attrs

Modules

Module Coverage Coverage (strict) Typables Ignores
toolz 0.0% 0.0% 0 0
toolz.compatibility 0.0% 0.0% 4 0
toolz.curried 0.0% 0.0% 43 0
toolz.curried.exceptions 0.0% 0.0% 9 0
toolz.curried.operator 0.0% 0.0% 0 0
toolz.dicttoolz 0.0% 0.0% 56 0
toolz.functoolz 0.0% 0.0% 84 0
toolz.itertoolz 0.0% 0.0% 109 0
toolz.recipes 0.0% 0.0% 6 0
toolz.sandbox.core 0.0% 0.0% 14 0
toolz.sandbox.parallel 0.0% 0.0% 7 0
toolz.utils 0.0% 0.0% 3 0

Incomplete Annotations

toolz.compatibility (4 missing, 0 any)

Symbol Typable Typed Any
attr iteritems 1 0 0
attr itervalues 1 0 0
attr PYPY 1 0 0
attr iterkeys 1 0 0

toolz.curried (43 missing, 0 any)

Symbol Typable Typed Any
attr interpose 1 0 0
attr partition 1 0 0
attr assoc_in 1 0 0
attr join 1 0 0
attr get 1 0 0
attr keymap 1 0 0
attr sliding_window 1 0 0
attr itemfilter 1 0 0
attr random_sample 1 0 0
attr take_nth 1 0 0
attr remove 1 0 0
attr pluck 1 0 0
attr cons 1 0 0
attr iterate 1 0 0
attr map 1 0 0
attr take 1 0 0
attr partitionby 1 0 0
attr partial 1 0 0
attr countby 1 0 0
attr drop 1 0 0
attr keyfilter 1 0 0
attr unique 1 0 0
attr nth 1 0 0
attr get_in 1 0 0
attr filter 1 0 0
attr sorted 1 0 0
attr do 1 0 0
attr tail 1 0 0
attr valmap 1 0 0
attr reduceby 1 0 0
attr assoc 1 0 0
attr valfilter 1 0 0
attr accumulate 1 0 0
attr update_in 1 0 0
attr itemmap 1 0 0
attr dissoc 1 0 0
attr excepts 1 0 0
attr groupby 1 0 0
attr partition_all 1 0 0
attr reduce 1 0 0
attr peekn 1 0 0
attr mapcat 1 0 0
attr topk 1 0 0

toolz.curried.exceptions (9 missing, 0 any)

Symbol Typable Typed Any
func merge 4 0 0
func merge_with 5 0 0

toolz.dicttoolz (56 missing, 0 any)

Symbol Typable Typed Any
func merge 3 0 0
func itemfilter 4 0 0
func get_in 5 0 0
func valmap 4 0 0
func assoc_in 5 0 0
func assoc 5 0 0
func valfilter 4 0 0
func merge_with 4 0 0
func update_in 6 0 0
func itemmap 4 0 0
func dissoc 4 0 0
func keymap 4 0 0
func keyfilter 4 0 0

toolz.functoolz (84 missing, 0 any)

Symbol Typable Typed Any
func thread_last 3 0 0
func identity 2 0 0
func compose 2 0 0
func pipe 3 0 0
func thread_first 3 0 0
func do 3 0 0
func compose_left 2 0 0
meth curry.init 3 0 0
meth curry.func 1 0 0
meth curry.signature 1 0 0
meth curry.args 1 0 0
meth curry.keywords 1 0 0
meth curry.func_name 1 0 0
meth curry.str 1 0 0
meth curry.repr 1 0 0
meth curry.hash 1 0 0
meth curry.eq 2 0 0
meth curry.ne 2 0 0
meth curry.call 3 0 0
meth curry._should_curry 4 0 0
meth curry.bind 3 0 0
meth curry.call 3 0 0
meth curry.get 3 0 0
meth curry.reduce 1 0 0
func memoize 4 0 0
meth juxt.init 2 0 0
meth juxt.call 3 0 0
meth juxt.getstate 1 0 0
meth juxt.setstate 2 0 0
attr juxt.funcs 1 0 0
func flip 4 0 0
func complement 2 0 0
meth excepts.init 4 0 0
meth excepts.call 3 0 0
meth excepts.doc 1 0 0
prop excepts.name 1 0 0
attr excepts.exc 1 0 0
attr excepts.func 1 0 0
attr excepts.handler 1 0 0
func apply 3 0 0

toolz.itertoolz (109 missing, 0 any)

Symbol Typable Typed Any
func isdistinct 2 0 0
func peek 2 0 0
func interpose 3 0 0
func partition 4 0 0
func join 7 0 0
func get 4 0 0
func concat 2 0 0
func sliding_window 3 0 0
func second 2 0 0
func random_sample 4 0 0
func take_nth 3 0 0
func remove 3 0 0
func last 2 0 0
func cons 3 0 0
func iterate 3 0 0
func pluck 4 0 0
func take 3 0 0
func concatv 2 0 0
func count 2 0 0
func drop 3 0 0
func unique 3 0 0
func nth 3 0 0
func frequencies 2 0 0
func isiterable 2 0 0
func tail 3 0 0
func reduceby 5 0 0
func accumulate 4 0 0
func groupby 3 0 0
func partition_all 3 0 0
func interleave 2 0 0
func first 2 0 0
func peekn 3 0 0
func merge_sorted 3 0 0
func mapcat 3 0 0
func diff 3 0 0
func topk 4 0 0

toolz.recipes (6 missing, 0 any)

Symbol Typable Typed Any
func partitionby 3 0 0
func countby 3 0 0

toolz.sandbox.core (14 missing, 0 any)

Symbol Typable Typed Any
meth EqualityHashKey.init 3 0 0
meth EqualityHashKey.hash 1 0 0
meth EqualityHashKey.eq 2 0 0
meth EqualityHashKey.ne 2 0 0
meth EqualityHashKey.str 1 0 0
meth EqualityHashKey.repr 1 0 0
attr EqualityHashKey.item 1 0 0
attr EqualityHashKey.key 1 0 0
func unzip 2 0 0

toolz.sandbox.parallel (7 missing, 0 any)

Symbol Typable Typed Any
func fold 7 0 0

toolz.utils (3 missing, 0 any)

Symbol Typable Typed Any
func raises 3 0 0

Type-Ignore Comments

No type-ignore comments.