Home
last modified time | relevance | path

Searched defs:rjust (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/
Dstringold.py278 def rjust(s, width): function
Dstring.py436 def rjust(s, width, *args): function
DUserString.py113 def rjust(self, width, *args): member in UserString
/external/python/cpython3/Tools/demo/
Dspreadsheet.py19 def rjust(x, n): function
/external/python/cpython2/Demo/tkinter/guido/
Dss1.py16 def rjust(x, n): function
/external/python/cpython3/Lib/collections/
D__init__.py1471 def rjust(self, width, *args): member in UserString