Home
last modified time | relevance | path

Searched refs:msg_obj (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/test/test_email/
H A Dtest_contentmanager.py84 msg_obj = self.Thing()
85 cm.set_content(m, msg_obj, foo='bar')
87 self.assertEqual(m.get_payload(), msg_obj)
101 msg_obj = self.Thing()
102 cm.set_content(m, msg_obj)
104 self.assertEqual(m.get_payload(), msg_obj)
109 msg_obj = self.Thing()
111 cm.set_content(m, msg_obj)
/third_party/python/Modules/
H A D_hashopenssl.c1484 msg as msg_obj: object(c_default="NULL") = b''
1491 _hashlib_hmac_new_impl(PyObject *module, Py_buffer *key, PyObject *msg_obj, in _hashlib_hmac_new_impl() argument
1544 if ((msg_obj != NULL) && (msg_obj != Py_None)) { in _hashlib_hmac_new_impl()
1545 if (!_hmac_update(self, msg_obj)) in _hashlib_hmac_new_impl()
/third_party/python/Modules/clinic/
H A D_hashopenssl.c.h1141 _hashlib_hmac_new_impl(PyObject *module, Py_buffer *key, PyObject *msg_obj,
1153 PyObject *msg_obj = NULL; in _hashlib_hmac_new() local
1171 msg_obj = args[1]; in _hashlib_hmac_new()
1178 return_value = _hashlib_hmac_new_impl(module, &key, msg_obj, digestmod); in _hashlib_hmac_new()

Completed in 7 milliseconds