Searched refs:__format__ (Results 1 – 2 of 2) sorted by relevance
30 __attribute__((__format__ (__printf__, 3, 4))) /* */48 __attribute__((__format__ (__printf__, 3, 0))) /* */
72 def __format__(self, _format_spec: str) -> str: member in TestResult