MCPcopy Create free account
hub / github.com/Tron521/codex-console-temp / FakeMime

Class FakeMime

tests/test_codex2api_upload.py:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
17
18class FakeMime:
19 def __init__(self):
20 self.parts = []
21
22 def addpart(self, **kwargs):
23 self.parts.append(kwargs)
24
25
26def make_account(**kwargs):

Callers 1

fake_mimeFunction · 0.70

Calls

no outgoing calls

Tested by 1

fake_mimeFunction · 0.56