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

ionelmc / python-manhole / 204 / 40
86%
master: 86%

Build:
DEFAULT BRANCH: master
Ran 06 Sep 2014 02:15PM UTC
Files 1
Run time 2s
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

06 Sep 2014 01:43PM UTC coverage: 89.583% (+0.2%) from 89.362%
TOXENV=2.7-signalfd-gevent-patchthread,coveralls

Pull #18

travis-ci

nirs
User defined locals in manhole shell

Typically, when you add a manhole to existing application, the
application was not designed for this, so finding stuff from the manhole
shell is hard or even impossible.

This patch adds a new locals optional argument, allowing a user to add
application specific objects to manhole shell locals.

Example usage:

    manhole.install(locals={'server', my_server})

From the manhole shell, you can now use "server":

    >>> server.status()

When using automatic installation in child process, the locals are
inherited by the child process. It is the responsibility of the user to
handle object that became invalid after the fork.
Pull Request #18: User defined locals in manhole shell

258 of 288 relevant lines covered (89.58%)

0.9 hits per line

Source Files on job 204.40 (TOXENV=2.7-signalfd-gevent-patchthread,coveralls)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 204
  • Travis Job 204.40
  • 324cae2f on github
  • Prev Job for TOXENV=2.7-signalfd-gevent-patchthread,coveralls on master (#202.40)
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