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

eriknw / toolz / 140
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: python3.6
DEFAULT BRANCH: master
Ran 26 Apr 2016 05:02AM UTC
Jobs 2
Files 13
Run time 5s
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

pending completion
140

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%)

2.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 140.1 (PEP8_IGNORE="E731,W503,E402") 26 Apr 2016 05:03AM UTC 0
100.0
Travis Job 140.1
2 140.2 (PEP8_IGNORE="E731,W503,E402") 26 Apr 2016 05:02AM UTC 0
100.0
Travis Job 140.2
Source Files on build 140
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #140
  • 267f75e8 on github
  • Next Build on more_introspection (#141)
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