pub fn get_doc( attrs: &[Attribute], text_signature: Option<(Cow<'_, Ident>, String)>) -> PythonDoc
Collects all #[doc = “…”] attributes into a TokenStream evaluating to a null-terminated string e.g. concat!(“…”, “\n”, “\0”)