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

  /external/grpc-grpc/src/python/grpcio_tests/tests/unit/
resources.py 26 return pkg_resources.resource_string(__name__,
31 return pkg_resources.resource_string(__name__, _PRIVATE_KEY_RESOURCE_PATH)
35 return pkg_resources.resource_string(__name__,
40 return pkg_resources.resource_string(
45 return pkg_resources.resource_string(
52 return pkg_resources.resource_string(
59 return pkg_resources.resource_string(
66 return pkg_resources.resource_string(
73 return pkg_resources.resource_string(
80 return pkg_resources.resource_string(
    [all...]
  /external/grpc-grpc/src/python/grpcio_tests/tests/interop/
resources.py 27 return pkg_resources.resource_string(__name__,
32 return pkg_resources.resource_string(__name__, _PRIVATE_KEY_RESOURCE_PATH)
36 return pkg_resources.resource_string(__name__,
  /external/grpc-grpc/src/python/grpcio_tests/tests/_sanity/
_sanity_test.py 38 tests_json_string = pkg_resources.resource_string('tests', 'tests.json')
  /external/python/setuptools/setuptools/tests/
test_windows_wrappers.py 52 w = pkg_resources.resource_string('setuptools', cls.wrapper_source)
  /external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
security.pyx.pxi 23 temporary_pem_root_certs = pkg_resources.resource_string(
  /external/python/setuptools/setuptools/command/
easy_install.py 58 yield_lines, normalize_path, resource_string, ensure_directory,
819 raw_bytes = resource_string('setuptools', name)
    [all...]
  /external/python/setuptools/pkg_resources/
__init__.py 100 resource_string = None variable
196 'resource_string', 'resource_stream', 'resource_filename',
1146 def resource_string(self, package_or_requirement, resource_name): member in class:ResourceManager
    [all...]

Completed in 489 milliseconds