MCPcopy Create free account
hub / github.com/GoogleCloudPlatform/buildpacks / PatchSysconfig

Method PatchSysconfig

pkg/python/python.go:94–94  ·  view source on GitHub ↗
(ctx *gcp.Context, layer *libcnb.Layer)

Source from the content-addressed store, hash-verified

92// sysconfigPatcher is an interface for patching python sysconfig.
93type sysconfigPatcher interface {
94 PatchSysconfig(ctx *gcp.Context, layer *libcnb.Layer) error
95}
96
97// PipInstallerCapability is the capability key for the PipInstaller.

Callers 1

PatchSysconfigFunction · 0.65

Implementers 1

MakerSysconfigPatcherpkg/python/python.go

Calls

no outgoing calls

Tested by

no test coverage detected