Home
last modified time | relevance | path

Searched refs:_capCache (Results 1 – 7 of 7) sorted by relevance

/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/mail/
H A Dpop3client.py310 _capCache = None variable in POP3Client
785 self._capCache = None
1168 if useCache and self._capCache is not None:
1169 return defer.succeed(self._capCache)
1184 self._capCache = cache
H A Dimap4.py2236 _capCache = None variable in IMAP4Client
2543 if useCache and self._capCache is not None:
2544 return defer.succeed(self._capCache)
2568 self._capCache = caps
2634 if 'STARTTLS' not in self._capCache:
2660 if self._capCache is None:
2663 d = defer.succeed(self._capCache)
2785 self._capCache = None
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/mail/
H A D_pop3client.py248 _capCache = None variable in POP3Client
716 self._capCache = None
1086 if useCache and self._capCache is not None:
1087 return defer.succeed(self._capCache)
1103 self._capCache = cache
H A Dimap4.py2439 _capCache = None variable in IMAP4Client
2748 if useCache and self._capCache is not None:
2749 return defer.succeed(self._capCache)
2774 self._capCache = caps
2847 if b"STARTTLS" not in self._capCache:
2878 if self._capCache is None:
2881 d = defer.succeed(self._capCache)
3006 self._capCache = None
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/mail/test/
H A Dtest_pop3client.py41 p._capCache = capCache
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/mail/test/
H A Dtest_pop3client.py52 p._capCache = capCache
/dports/devel/eric6/eric6-21.11/eric/eric6/APIs/Python/
H A Dzope-3.3.1.api10969 twisted.mail.imap4.IMAP4Client._capCache?8
11659 twisted.mail.pop3client.POP3Client._capCache?8