sciris.sc_profiling.LimitExceeded#
- exception LimitExceeded[source]#
Custom exception for use with the
sc.resourcemonitor()monitor.It inherits from
MemoryErrorsince this is the most similar built-in Python except, and it inherits fromKeyboardInterruptsince this is the means by which the monitor interrupts the main Python thread.