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

Method clone

tests/comparison/db_connection.py:620–621  ·  view source on GitHub ↗
(self, db_name)

Source from the content-addressed store, hash-verified

618 user_name=self._user_name, password=self._password, db_name=db_name, **kwargs)
619
620 def clone(self, db_name):
621 return self._clone(db_name)
622
623 def __getattr__(self, attr):
624 if attr == "_conn":

Callers 13

Chart-2.9.4.min.jsFile · 0.45
writeFunction · 0.45
_fnScrollDrawFunction · 0.45
_fnCalculateColumnWidthsFunction · 0.45
QtFunction · 0.45
eeFunction · 0.45
_fnScrollDrawFunction · 0.45
_fnCalculateColumnWidthsFunction · 0.45
QtFunction · 0.45
eeFunction · 0.45
PeFunction · 0.45

Calls 1

_cloneMethod · 0.95

Tested by

no test coverage detected