HomeSort by relevance Sort by last modified time
    Searched refs:_commajoin (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pprint.py 49 _commajoin = ", ".join variable
295 return "{%s}" % _commajoin(components), readable, recursive
328 return format % _commajoin(components), readable, recursive
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pprint.py 49 _commajoin = ", ".join variable
295 return "{%s}" % _commajoin(components), readable, recursive
328 return format % _commajoin(components), readable, recursive

Completed in 7914 milliseconds