Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tron521/codex-console-temp
/ addpart
Method
addpart
tests/test_cpa_upload.py:20–21 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
18
self.parts = []
19
20
def
addpart(self, **kwargs):
21
self.parts.append(kwargs)
22
23
24
def
test_upload_to_cpa_accepts_management_root_url(monkeypatch):
Callers
2
_post_cpa_auth_file_multipart
Function · 0.45
upload_to_codex2api
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected