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

  /development/vndk/tools/definition-tool/tests/
test_command_deps_insight.py 27 def _get_module(cls, strs, mods, path): member in class:DepsInsightCommandTest
36 mod = cls._get_module(strs, mods, path)
45 mod = cls._get_module(strs, mods, path)
  /external/scapy/scapy/modules/
six.py 186 def _get_module(self, fullname): member in class:_SixMetaPathImporter
483 parse = _importer._get_module("moves.urllib_parse")
484 error = _importer._get_module("moves.urllib_error")
485 request = _importer._get_module("moves.urllib_request")
486 response = _importer._get_module("moves.urllib_response")
487 robotparser = _importer._get_module("moves.urllib_robotparser")

Completed in 69 milliseconds