Searched defs:get_body (Results 1 - 2 of 2) sorted by relevance

/external/toybox/toys/pending/
H A Dwget.c118 static char *get_body(ssize_t len, ssize_t *body_len) { function
161 body = get_body(len, &body_len);
/external/python/cpython3/Lib/email/
H A Dmessage.py1008 def get_body(self, preferencelist=('related', 'html', 'plain')):
1066 # Otherwise we more or less invert the remaining logic in get_body.
1006 def get_body(self, preferencelist=('related', 'html', 'plain')): member in class:MIMEPart

Completed in 131 milliseconds