HomeSort by relevance Sort by last modified time
    Searched full:_pprint_tuple (Results 1 - 1 of 1) sorted by null

  /external/python/cpython3/Lib/
pprint.py 215 def _pprint_tuple(self, object, stream, indent, allowance, context, level): member in class:PrettyPrinter
222 _dispatch[tuple.__repr__] = _pprint_tuple

Completed in 76 milliseconds