Home
last modified time | relevance | path

Searched defs:__path__ (Results 1 - 9 of 9) sorted by relevance

/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
H A D__init__.py37 __path__ = __import__('pkgutil').extend_path(__path__, __name__) variable
/third_party/protobuf/python/google/protobuf/pyext/
H A D__init__.py4 __path__ = __import__('pkgutil').extend_path(__path__, __name__) variable
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/
H A D__init__.py4 __path__ = __import__('pkgutil').extend_path(__path__, __name__) variable
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/
H A D__init__.py4 __path__ = __import__('pkgutil').extend_path(__path__, __name__) variable
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/
H A D__init__.py4 __path__ = __import__('pkgutil').extend_path(__path__, __name__) variable
/third_party/protobuf/python/google/
H A D__init__.py4 __path__ = __import__('pkgutil').extend_path(__path__, __name__) variable
/third_party/protobuf/python/google/protobuf/
H A D__init__.py39 __path__ = __import__('pkgutil').extend_path(__path__, __name__) variable
/third_party/python/PC/layout/
H A Dmain.py24 __path__ = [str(Path(__file__).resolve().parent)] variable
/third_party/python/Lib/test/
H A Dtest_pkgutil.py375 fl.write('from pkgutil import extend_path\n__path__ = extend_path(__path__, __name__)\n') namespace

Completed in 3 milliseconds