I know that I can iterate through the cookies in a cookiejar, and this would allow me to find a cookie with a particular name - but does the CookieJar object itself have any
It's undocumented internals, but you can access cookies directly like this: cookiejar._cookies[domain][path][name]
cookiejar._cookies[domain][path][name]