Searched defs:tostring (Results 1 – 9 of 9) sorted by relevance
16 #define tostring(L,o) (ttisstring(o) || (luaV_tostring(L, o))) macro
181 def tostring(self, format=imgformat.macrgb): member in PixMapWrapper
403 char *tostring(const char *s) /* make a copy of string s */ in tostring() function
330 String tostring= o.toString(); in toString() local
740 IntOrLongToString tostring) in format_int_or_long_internal()1346 IntOrLongToString tostring) in format_int_or_long()
823 def tostring(self): member in IntSet
400 #define tostring(s) #s macro
1119 def tostring(element, encoding=None, method=None, *, function
1120 def tostring(element, encoding=None, method=None): function