Home
last modified time | relevance | path

Searched defs:StopIteration (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/tlslite/tlslite/utils/
Djython_compat.py102 class StopIteration(Exception): pass class
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Derror.rb42 StopIteration = Class.new( StandardError ) class