TTPlanB
- class ticktalkpython.PlanB.TTPlanB(handler)
TTPlanBobjects are used as part of awith...construct to establish an error handler that encompasses a block of TTPython code.NOTE: the current implementation is experimental and subject to change
- Parameters:
handler (function) – a function that is invoked if an error is signalled; defined with the parameter list
(exception_type, exception_value, traceback)