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

Method preprocess

src/function_context.py:476–478  ·  view source on GitHub ↗

Preform preprocess calculations once here after initialization, to avoid performance costs later.

(self)

Source from the content-addressed store, hash-verified

474
475 # Overridden base function
476 def preprocess(self):
477 """Preform preprocess calculations once here after initialization, to avoid performance costs later."""
478 self.rankConsts()
479
480 # Overridden base function
481 def disable(self):

Callers

nothing calls this directly

Calls 1

rankConstsMethod · 0.45

Tested by

no test coverage detected