pingspice.ngspice.misc.ShuttingDownToken
class documentation
Part of pingspice.ngspice.misc
(View In Hierarchy)
The NgspiceProtocol
puts one of these in the queue and returns it from its NgspiceProtocol.response
method to indicate that it's shutting down.
Method | __nonzero__ | I evaluate as False to act like an empty list. |
Method | __iter__ | Undocumented |
Method | next | Undocumented |
Method | __len__ | Undocumented |
def
__nonzero__(self):
I evaluate as False
to act like an empty list.
In particular, I don't want NgspiceProtocol.response
or Commander
to
think I have lines of output.