Home
last modified time | relevance | path

Searched refs:resource_string (Results 1 – 8 of 8) sorted by relevance

/external/grpc-grpc/src/python/grpcio_tests/tests/unit/
Dresources.py26 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/
Dresources.py27 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/
D_sanity_test.py38 tests_json_string = pkg_resources.resource_string('tests', 'tests.json')
/external/python/setuptools/setuptools/tests/
Dtest_windows_wrappers.py52 w = pkg_resources.resource_string('setuptools', cls.wrapper_source)
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dsecurity.pyx.pxi23 temporary_pem_root_certs = pkg_resources.resource_string(
/external/python/setuptools/setuptools/command/
Deasy_install.py58 yield_lines, normalize_path, resource_string, ensure_directory,
819 raw_bytes = resource_string('setuptools', name)
1312 source = resource_string("setuptools", "site-patch.py")
2262 return resource_string('setuptools', launcher_fn)
2266 manifest = pkg_resources.resource_string(__name__, 'launcher manifest.xml')
/external/python/setuptools/pkg_resources/
D__init__.py100 resource_string = None variable
1146 def resource_string(self, package_or_requirement, resource_name): member in ResourceManager
/external/python/setuptools/docs/
Dpkg_resources.txt1102 calls the ``resource_string()`` method of the global ``ResourceManager``::
1105 my_data = pkg_resources.resource_string(__name__, "foo.dat")
1148 ``resource_string(package_or_requirement, resource_name)``
1163 resource, and you can't use ``resource_string()`` or ``resource_stream()`` on
1819 * Resource API functions like ``resource_string()`` that accepted a package