MCPcopy Create free account
hub / github.com/apache/impala / __deepcopy__

Method __deepcopy__

tests/comparison/query.py:512–516  ·  view source on GitHub ↗
(self, memo)

Source from the content-addressed store, hash-verified

510 return '%s<%s>' % (type(self).__name__, ', '.join(repr(col) for col in self.cols))
511
512 def __deepcopy__(self, memo):
513 other = InlineView(deepcopy(self.query, memo))
514 other.alias = self.alias
515 other.is_visible = self.is_visible
516 return other
517
518
519class WithClause(object):

Callers

nothing calls this directly

Calls 1

InlineViewClass · 0.85

Tested by

no test coverage detected