HomeSort by relevance Sort by last modified time
    Searched defs:expandtabs (Results 1 - 16 of 16) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/
stringold.py 328 def expandtabs(s, tabsize=8): function
329 """expandtabs(s [,tabsize]) -> string
UserString.py 85 def expandtabs(self, tabsize=8): member in class:UserString
86 return self.__class__(self.data.expandtabs(tabsize))
string.py 471 def expandtabs(s, tabsize=8): function
472 """expandtabs(s [,tabsize]) -> string
479 return s.expandtabs(tabsize)
pydoc.py 57 from string import expandtabs, find, join, lower, split, strip, rfind, rstrip namespace
474 text = self.escape(expandtabs(text))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
stringold.py 328 def expandtabs(s, tabsize=8): function
329 """expandtabs(s [,tabsize]) -> string
UserString.py 85 def expandtabs(self, tabsize=8): member in class:UserString
86 return self.__class__(self.data.expandtabs(tabsize))
string.py 471 def expandtabs(s, tabsize=8): function
472 """expandtabs(s [,tabsize]) -> string
479 return s.expandtabs(tabsize)
pydoc.py 57 from string import expandtabs, find, join, lower, split, strip, rfind, rstrip namespace
474 text = self.escape(expandtabs(text))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
stringold.py 328 def expandtabs(s, tabsize=8): function
329 """expandtabs(s [,tabsize]) -> string
UserString.py 85 def expandtabs(self, tabsize=8): member in class:UserString
86 return self.__class__(self.data.expandtabs(tabsize))
string.py 471 def expandtabs(s, tabsize=8): function
472 """expandtabs(s [,tabsize]) -> string
479 return s.expandtabs(tabsize)
pydoc.py 57 from string import expandtabs, find, join, lower, split, strip, rfind, rstrip namespace
474 text = self.escape(expandtabs(text))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
stringold.py 328 def expandtabs(s, tabsize=8): function
329 """expandtabs(s [,tabsize]) -> string
UserString.py 85 def expandtabs(self, tabsize=8): member in class:UserString
86 return self.__class__(self.data.expandtabs(tabsize))
string.py 471 def expandtabs(s, tabsize=8): function
472 """expandtabs(s [,tabsize]) -> string
479 return s.expandtabs(tabsize)
pydoc.py 57 from string import expandtabs, find, join, lower, split, strip, rfind, rstrip namespace
474 text = self.escape(expandtabs(text))
    [all...]

Completed in 878 milliseconds