MCPcopy Create free account
hub / github.com/SunoAI-API/Suno-API / __init__

Method __init__

cookie.py:14–17  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

12
13class SunoCookie:
14 def __init__(self):
15 self.cookie = SimpleCookie()
16 self.session_id = None
17 self.token = None
18
19 def load_cookie(self, cookie_str):
20 self.cookie.load(cookie_str)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected