Home
last modified time | relevance | path

Searched refs:error_storage (Results 1 – 2 of 2) sorted by relevance

/dports/math/py-theano/Theano-1.0.5/theano/gof/
H A Dcc.py1137 error_storage = [None, None, None]
1153 thunk, module = self.cthunk_factory(error_storage,
1164 error_storage)
1215 cthunk, module, in_storage, out_storage, error_storage = self.__compile__(
1219 res = _CThunk(cthunk, init_tasks, tasks, error_storage, module)
1594 def cthunk_factory(self, error_storage, in_storage, out_storage, argument
1640 ret = module.instantiate(error_storage,
1693 def __init__(self, cthunk, init_tasks, tasks, error_storage, module): argument
1701 self.error_storage = error_storage
1727 exc_type, _exc_value, exc_trace = self.error_storage
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/inventory/
H A Dlxd.py243 error_storage = {}
251 error_storage[url] = err
252 raise AnsibleError('No connection to the socket: {0}'.format(to_native(error_storage)))