Lines Matching defs:repr
416 import repr417 self.repr = repr.Repr()418 self.repr.maxstring = 60419 self.repr.maxother = 60455 svalue = self.repr.repr(value) # repr(value)456 # Strip extra quotes caused by calling repr on the (already)457 # repr'd value sent across the RPC interface: