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

Method __deepcopy__

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

Source from the content-addressed store, hash-verified

664 return queries
665
666 def __deepcopy__(self, memo):
667 other = UnionClause(deepcopy(self.query, memo))
668 other.all = self.all
669 return other
670
671
672class OrderByClause(object):

Callers

nothing calls this directly

Calls 1

UnionClauseClass · 0.85

Tested by

no test coverage detected