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

Method preprocess

src/function_context.py:818–820  ·  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

816
817 # Overridden base function
818 def preprocess(self):
819 """Preform preprocess calculations once here after initialization, to avoid performance costs later."""
820 self.rankConsts()
821
822 # Overridden base function
823 def active(self):

Callers

nothing calls this directly

Calls 1

rankConstsMethod · 0.45

Tested by

no test coverage detected