MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / process

Method process

tools/python-3.11.9-amd64/Lib/imaplib.py:1407–1411  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

1405 self.mech = mechinst # Callable object to provide/process data
1406
1407 def process(self, data):
1408 ret = self.mech(self.decode(data))
1409 if ret is None:
1410 return b'*' # Abort conversation
1411 return self.encode(ret)
1412
1413 def encode(self, inp):
1414 #

Callers

nothing calls this directly

Calls 2

decodeMethod · 0.95
encodeMethod · 0.95

Tested by

no test coverage detected