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

Method decode

tools/python-3.11.9-amd64/Lib/imaplib.py:1437–1440  ·  view source on GitHub ↗
(self, inp)

Source from the content-addressed store, hash-verified

1435 return oup
1436
1437 def decode(self, inp):
1438 if not inp:
1439 return b''
1440 return binascii.a2b_base64(inp)
1441
1442Months = ' Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec'.split(' ')
1443Mon2num = {s.encode():n+1 for n, s in enumerate(Months[1:])}

Callers 3

processMethod · 0.95
authenticateMethod · 0.45
_check_byeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected