HomeSort by relevance Sort by last modified time
    Searched refs:codeMod (Results 1 - 2 of 2) sorted by null

  /external/antlr/antlr-3.4/runtime/Python/tests/
testbase.py 134 codeMod = inspect.getmodule(code)
135 if codeMod is None:
139 if codeMod is not sys.modules[self.__module__]:
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
recognizers.py 860 codeMod = inspect.getmodule(code)
861 if codeMod is None:
865 if codeMod.__name__ != module:
    [all...]

Completed in 338 milliseconds