Searched refs:_WrappedSession (Results 1 – 2 of 2) sorted by relevance
1135 class _WrappedSession(object): class1155 self._wrapped_is_stoppable = isinstance(self._sess, _WrappedSession)1210 class _RecoverableSession(_WrappedSession):1231 _WrappedSession.__init__(self, self._create_session())1319 class _CoordinatedSession(_WrappedSession):1342 _WrappedSession.__init__(self, sess)1361 _WrappedSession.close(self)1387 class _HookedSession(_WrappedSession):1412 _WrappedSession.__init__(self, sess)1437 outputs = _WrappedSession.run(
564 class StopAtNSession(monitored_session._WrappedSession):585 wrapped_sess = monitored_session._WrappedSession(sess)592 wrapped_sess = monitored_session._WrappedSession(sess)610 wrapped_sess1 = monitored_session._WrappedSession(wrapped_sess0)620 wrapped_sess = monitored_session._WrappedSession(sess)632 wrapped_sess = monitored_session._WrappedSession(sess)1252 class FakeSession(monitored_session._WrappedSession):1255 monitored_session._WrappedSession.__init__(self, sess)1261 return monitored_session._WrappedSession.run(self, fetches)