MCPcopy Create free account
hub / github.com/apache/devlake / connection_type

Method connection_type

backend/python/pydevlake/pydevlake/plugin.py:59–60  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

57 @property
58 @abstractmethod
59 def connection_type(self) -> Type[Connection]:
60 pass
61
62 @property
63 @abstractmethod

Callers 5

test_connectionMethod · 0.45
make_pipelineMethod · 0.45
remote_scopesMethod · 0.45
_mk_contextMethod · 0.45
with_connectionMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_connectionMethod · 0.36
with_connectionMethod · 0.36