Searched refs:doc_str (Results 1 – 4 of 4) sorted by relevance
136 $doc_str:expr ) => {137 #[doc=$doc_str]489 ( $PADDING_ALGORITHM:ident, $digest_alg:expr, $doc_str:expr ) => {490 #[doc=$doc_str]
110 $doc_str:expr ) => {111 #[doc=$doc_str]
878 doc_str = """.. _FeatureTestMacroTable:907 f.write(doc_str)
2688 const char *doc_str; in type_new() local2691 doc_str = PyUnicode_AsUTF8(doc); in type_new()2692 if (doc_str == NULL) in type_new()2695 len = strlen(doc_str); in type_new()2701 memcpy(tp_doc, doc_str, len + 1); in type_new()