Future Breakpoint 2.0.0 | Coderz Product

future-breakpoint 2.0.0

Last updated:

0 purchases

future-breakpoint 2.0.0 Image
future-breakpoint 2.0.0 Images

Free

Languages

Categories

Add to Cart

Description:

futurebreakpoint 2.0.0

future-breakpoint
A backport of breakpoint to python<3.7.
install
pip install future-breakpoint
supported versions
python3+, (noop on python3.7+)
usage
Once installed, you should be able to use breakpoint() in the same way as in
python3.7+.
def rand():
breakpoint() # no need for `import pdb; pdb.set_trace()`
return 4

See PEP 553 for full usage!
how though?

a C extension which implements the PEP
a .pth file executed on startup (see setup.py) patches sys / builtins

you may also like

future-fstrings

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.