Searched refs:_WrappedSession (Results 1 – 2 of 2) sorted by relevance
1093 class _WrappedSession(object): class1112 self._wrapped_is_stoppable = isinstance(self._sess, _WrappedSession)1167 class _RecoverableSession(_WrappedSession):1188 _WrappedSession.__init__(self, self._create_session())1276 class _CoordinatedSession(_WrappedSession):1299 _WrappedSession.__init__(self, sess)1318 _WrappedSession.close(self)1344 class _HookedSession(_WrappedSession):1369 _WrappedSession.__init__(self, sess)1394 outputs = _WrappedSession.run(
518 class StopAtNSession(monitored_session._WrappedSession):539 wrapped_sess = monitored_session._WrappedSession(sess)546 wrapped_sess = monitored_session._WrappedSession(sess)564 wrapped_sess1 = monitored_session._WrappedSession(wrapped_sess0)574 wrapped_sess = monitored_session._WrappedSession(sess)586 wrapped_sess = monitored_session._WrappedSession(sess)1206 class FakeSession(monitored_session._WrappedSession):1209 monitored_session._WrappedSession.__init__(self, sess)1215 return monitored_session._WrappedSession.run(self, fetches)