MCPcopy Create free account
hub / github.com/piccolo-orm/piccolo / freeze

Method freeze

piccolo/querystring.py:237–240  ·  view source on GitHub ↗
(self, engine_type: str = "postgres")

Source from the content-addressed store, hash-verified

235 return (string, combined_args)
236
237 def freeze(self, engine_type: str = "postgres"):
238 self._frozen_compiled_strings = self.compile_string(
239 engine_type=engine_type
240 )
241
242 ###########################################################################
243

Callers

nothing calls this directly

Calls 1

compile_stringMethod · 0.95

Tested by

no test coverage detected