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

pfalcon / micropython / 987 / 1
98%
master: 98%

Build:
Build:
LAST BUILD BRANCH: pfalcon
DEFAULT BRANCH: master
Ran 09 Sep 2017 09:40AM UTC
Files 223
Run time 17s
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

09 Sep 2017 09:30AM UTC coverage: 97.954% (+0.003%) from 97.951%
987.1

push

travis-ci

pfalcon
WIP py/runtime: Implement dispatch for "reverse op" special methods.

If, for class X, X.__add__(Y) doesn't exist (or returns NotImplemented),
try Y.__radd__(X) instead.

This patch could be simpler, but requires undoing operand swap and
operation switch to get non-confusing error message in case __radd__
doesn't exist.

It still needs to be optimized, using ideas in
https://github.com/micropython/micropython/issues/3291

17424 of 17788 relevant lines covered (97.95%)

320020.77 hits per line

Source Files on job 987.1
  • Tree
  • List 0
  • Changed 52
  • Source Changed 12
  • Coverage Changed 50
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 987
  • Travis Job 987.1
  • ba46178d on github
  • Prev Job for on reverse-ops (#986.1)
  • Next Job for on reverse-ops (#988.1)
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