Home
last modified time | relevance | path

Searched refs:get_content (Results 1 - 10 of 10) sorted by relevance

/third_party/python/Lib/test/test_email/
H A Dtest_contentmanager.py30 self.assertEqual(cm.get_content(m, foo='bar'), ('bar', 'foo'))
46 self.assertEqual(cm.get_content(m), ('foo'))
53 cm.get_content(m)
154 self.assertEqual(raw_data_manager.get_content(m), "Basic text.\n")
162 self.assertEqual(raw_data_manager.get_content(m),
171 self.assertEqual(raw_data_manager.get_content(m), "Basìc tëxt.\n")
180 self.assertEqual(raw_data_manager.get_content(m), "Basìc tëxt.\n")
189 self.assertEqual(raw_data_manager.get_content(m), "Basìc tëxt.\n")
198 self.assertEqual(raw_data_manager.get_content(m), "Basìc tëxt�.\n")
207 self.assertEqual(raw_data_manager.get_content(
[all...]
H A Dtest_message.py500 def get_content(self, msg, *args, **kw): member in TestEmailMessageBase._TestContentManager
510 self.assertEqual(m.get_content(content_manager=cm), (m, (), {}))
511 msg, args, kw = m.get_content('foo', content_manager=cm, bar=1, k=2)
519 self.assertEqual(m.get_content(), (m, (), {}))
520 msg, args, kw = m.get_content('foo', bar=1, k=2)
H A Dtest_inversion.py74 self.assertEqual(msg2.get_content(), payload)
/third_party/skia/third_party/externals/freetype/tests/scripts/
H A Ddownload-test-fonts.py186 get_content: Callable[[], bytes],
195 content = get_content()
224 def get_content(): function
228 install_path, hex_digest, force_download, get_content
243 def get_content(): function
255 get_content,
/third_party/python/Doc/includes/
H A Demail-read-alternative.py37 print(''.join(simplest.get_content().splitlines(keepends=True)[:3]))
48 for line in richest.get_content().splitlines():
65 f.write(part.get_content())
72 f.write(magic_html_parser(body.get_content(), partfiles))
/third_party/libabigail/src/
H A Dabg-suppression.cc1689 for (i = list_property->get_value()->get_content().begin(); in read_type_suppression()
1690 i != list_property->get_value()->get_content().end(); in read_type_suppression()
1769 && is_list_property_value(v->get_value_items()[0])->get_content().size() == 2) in read_type_suppression()
1774 string str = val->get_content()[0]; in read_type_suppression()
1787 str = val->get_content()[1]; in read_type_suppression()
1841 if (list_value->get_content().size() != 2) in read_type_suppression()
1848 string str = list_value->get_content()[0]; in read_type_suppression()
1862 str = list_value->get_content()[1]; in read_type_suppression()
1902 p->get_value()->get_content(); in read_type_suppression()
H A Dabg-ini.cc396 list_property_value::get_content() const in get_content() function in abigail::ini::list_property_value
1356 if (list->get_content().size() == 1) in read_property_value()
1357 result.reset(new string_property_value(list->get_content()[0])); in read_property_value()
/third_party/libabigail/include/
H A Dabg-ini.h151 get_content() const;
/third_party/python/Lib/email/
H A Dcontentmanager.py16 def get_content(self, msg, *args, **kw): member in ContentManager
H A Dmessage.py1120 def get_content(self, *args, content_manager=None, **kw): member in MIMEPart
1123 return content_manager.get_content(self, *args, **kw)

Completed in 17 milliseconds