Searched defs:evalue (Results 1 – 4 of 4) sorted by relevance
38 const char *ekey, *evalue; in onhdr() local
267 def __call__(self, etype, evalue, etb): argument
270 def __call__(self, etype, evalue, etb): argument
1029 private String getCleanValue(String evalue, Width width, String fallback) { in getCleanValue()