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.py330 msg_format = None variable in _PropertyUnreachableAttribute
355 msg_format = r"^property 'foo' of 'PropertyUnreachableAttributeWithName\.cls' object {}$" variable in PropertyUnreachableAttributeWithName
362 msg_format = r"^property of 'PropertyUnreachableAttributeNoName\.cls' object {}$" variable in PropertyUnreachableAttributeNoName
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/composite/multitype_ops/
D_constexpr_utils.py853 def gen_exception_msg(msg_format, *args): argument