MCPcopy Create free account
hub / github.com/CheckPointSW/Karta / isPartial

Method isPartial

src/function_context.py:260–266  ·  view source on GitHub ↗

Tell us that the current instance is only a partial one (an island). Return Value: Always True

(self)

Source from the content-addressed store, hash-verified

258
259 # Overridden base function
260 def isPartial(self):
261 """Tell us that the current instance is only a partial one (an island).
262
263 Return Value:
264 Always True
265 """
266 return True
267
268 # Overridden base function
269 def valid(self):

Callers 4

isValidCandidateMethod · 0.45
mergePotentialMethod · 0.45
declareMatchMethod · 0.45
updateHintsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected