Searched refs:open_binary (Results 1 – 4 of 4) sorted by relevance
10 with resources.open_binary(package, path):22 with resources.open_binary(self.data, 'binary.file') as fp:54 resources.open_binary, self.data, 'does-not-exist')
153 resources.open_binary,
85 def open_binary(package: Package, resource: Resource) -> BinaryIO: function154 with open_binary(package, resource) as fp:201 with open_binary(package, resource) as fp:
853 .. function:: open_binary(package, resource)