MCPcopy Index your code
hub / github.com/projen/projen / postSynthesize

Method postSynthesize

src/python/python-project.ts:633–638  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

631 }
632
633 public postSynthesize() {
634 super.postSynthesize();
635
636 this.envManager.setupEnvironment();
637 this.depsManager.installDependencies();
638 }
639}

Callers

nothing calls this directly

Calls 2

setupEnvironmentMethod · 0.65
installDependenciesMethod · 0.65

Tested by

no test coverage detected