Elaborate on breakpoint() signature.
This commit is contained in:
parent
b2c6a25160
commit
41000e4fcf
|
@ -76,7 +76,8 @@ The signature of the built-in is ``breakpoint(*args, **kws)``. The positional
|
|||
and keyword arguments are passed straight through to ``sys.breakpointhook()``
|
||||
and the signatures must match or you will get a ``TypeError``. The return
|
||||
from ``sys.breakpointhook()`` is passed back up to, and returned from
|
||||
``breakpoint()``.
|
||||
``breakpoint()``. Since ``sys.breakpointhook()`` by default calls
|
||||
``pdb.set_trace()`` by default it accepts no arguments.
|
||||
|
||||
|
||||
Open issues
|
||||
|
|
Loading…
Reference in New Issue