Searched refs:resource_filename (Results 1 – 11 of 11) sorted by relevance
63 pkg_resources.resource_filename('grpc_tools', '_proto'))173 proto_include = pkg_resources.resource_filename('grpc_tools', '_proto')
33 well_known_protos_include = pkg_resources.resource_filename(
35 proto_include = pkg_resources.resource_filename('grpc_tools', '_proto')
33 proto_include = pkg_resources.resource_filename('grpc_tools', '_proto')
29 target = pkg_resources.resource_filename(
38 WELL_KNOWN_PROTOS_INCLUDE = pkg_resources.resource_filename(
23 *any* C extension or eager resource is requested via the ``resource_filename()``24 API. (C extensions are imported using ``resource_filename()`` internally.)
104 resource_filename = None variable1139 def resource_filename(self, package_or_requirement, resource_name): member in ResourceManager
306 pkg_resources.resource_filename(__name__, 'lib'),
1177 ``resource_filename(package_or_requirement, resource_name)``