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

holoviz / param / 725
80%

Build:
DEFAULT BRANCH: master
Ran 25 Jun 2018 07:20PM UTC
Jobs 1
Files 4
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
725

push

travis-ci

ceball
Defined namespace and implementation on Parameters object (#230)

Moves most of the code of `Parameterized` onto a `param` object of type `Parameters`, which also acts as a namespace. The goal is to make this the face of the public API, cleaning up the namespace of user classes.

The new API is likely to change as we clean it up, but the previous API remains available, so existing code should not be affected. The previous API will be deprecated at some point in the future; `Parameters._disable_stubs` can be used to control deprecation warnings/errors/silence.

Docstrings of methods on Parameterized that have moved to Parameters point readers to the new methods. 

Existing tests have been copied into an `API0` subdirectory, while tests in `API1` use the Parameters namespace. (This wholesale copying could probably be improved in the future.)

Ideally, `dir()` would already return only the cleaned up namespace (i.e. not the deprecated methods on `Parameterized`), but this has not been done yet and may not be easy.

457 of 457 new or added lines in 3 files covered. (100.0%)

1308 of 1859 relevant lines covered (70.36%)

0.7 hits per line

Jobs
ID Job ID Ran Files Coverage
10 725.10 (TOX_ENV=coverage) 25 Jun 2018 07:20PM UTC 0
70.36
Travis Job 725.10
Source Files on build 725
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #725
  • 161ebc51 on github
  • Prev Build on master (#718)
  • Next Build on master (#728)
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