Home
last modified time | relevance | path

Searched defs:msg_format (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/test/
Dtest_property.py313 msg_format = None variable in _PropertyUnreachableAttribute
338 msg_format = "^{} 'foo'$" variable in PropertyUnreachableAttributeWithName
345 msg_format = "^{}$" variable in PropertyUnreachableAttributeNoName
/third_party/mindspore/mindspore/ops/composite/multitype_ops/
D_constexpr_utils.py846 def gen_exception_msg(msg_format, *args): argument