• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

eriknw / toolz / 140 / 1
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: python3.6
DEFAULT BRANCH: master
Ran 26 Apr 2016 05:03AM UTC
Files 13
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

26 Apr 2016 04:49AM UTC coverage: 100.0%. First build
PEP8_IGNORE="E731,W503,E402"

push

travis-ci

eriknw
Add more functions for introspection in `functoolz` namespace.

All introspection methods return True, False, or None.  They shouldn't lie.

The current scope of introspection is to support other functions in `toolz`.
We may add more for compelling use cases.

For `curry`:
    - `is_valid_args`
    - `is_partial_args`
    - `has_varargs` (formerly `has_unknown_args`)

For `memoize:
    - `num_required_args` (was previously private and removed)
    - `has_keywords` (formerly `has_kwargs`)
    - `is_arity` (replaces `isunary`)

A test was added to verify we can introspect every function from these modules:
    - `builtins`
    - `functools`
    - `itertools`
    - `operator`

This isn't quite finished.  I need to add docstrings.  I may also update how we
build the `curried` namespace.

945 of 945 relevant lines covered (100.0%)

1.0 hits per line

Source Files on job 140.1 (PEP8_IGNORE="E731,W503,E402")
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 140
  • Travis Job 140.1
  • 267f75e8 on github
  • Next Job for PEP8_IGNORE="E731,W503,E402" on more_introspection (#141.3)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc