MCPcopy
hub / github.com/geldata/gel / run

Method run

setup.py:728–741  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

726 pass
727
728 def run(self, *args, **kwargs):
729 if os.environ.get("EDGEDB_BUILD_PACKAGE"):
730 return
731 build = self.get_finalized_command('build')
732 _compile_postgres(
733 pathlib.Path(build.build_base).resolve(),
734 pathlib.Path(build.build_temp).resolve(),
735 force_build=True,
736 fresh_build=self.fresh_build,
737 run_configure=self.configure,
738 build_contrib=self.build_contrib,
739 produce_compile_commands_json=self.compile_commands,
740 run_tests=self.run_tests,
741 )
742
743
744class build_libpg_query(setuptools.Command):

Callers

nothing calls this directly

Calls 3

_compile_postgresFunction · 0.85
getMethod · 0.45
resolveMethod · 0.45

Tested by

no test coverage detected