Searched refs:_get_backend (Results 1 – 5 of 5) sorted by relevance
227 backend_one = multiprocess_file_storage._get_backend('file_a')228 backend_two = multiprocess_file_storage._get_backend('file_a')229 backend_three = multiprocess_file_storage._get_backend('file_b')277 backend = multiprocess_file_storage._get_backend(self.filename)283 backend = multiprocess_file_storage._get_backend(self.filename)291 backend = multiprocess_file_storage._get_backend(self.filename)298 backend = multiprocess_file_storage._get_backend(self.filename)
292 def _get_backend(filename): function323 self._backend = _get_backend(filename)
235 def _get_backend(self, db_type): member in DatabaseConnection285 self._backend = self._get_backend(self.db_type)
67 _get_backend = _lib.iio_get_backend variable68 _get_backend.argtypes = (c_uint, )69 _get_backend.restype = c_char_p70 _get_backend.errcheck = _checkNull361 backends = [ _get_backend(x).decode('ascii') for x in range(0, _get_backends_count()) ]
90 def _get_backend(): function247 backend = _get_backend()895 backend = _get_backend()1114 backend = _get_backend()2267 backend = _get_backend()