Home | History | Annotate | Download | only in python

Lines Matching refs:bootstrapper

120 	// the bootstrapper is used to bootstrap .par executable.
121 // bootstrapper might be nil (Python library module).
122 bootstrapper bootstrapper
157 type bootstrapper interface {
193 if p.bootstrapper != nil {
194 p.AddProperties(p.bootstrapper.bootstrapperProps()...)
281 if p.bootstrapper != nil && p.isEmbeddedLauncherEnabled(pyVersion2) {
297 if p.bootstrapper != nil && p.isEmbeddedLauncherEnabled(pyVersion3) {
339 if p.bootstrapper != nil {
346 p.installSource = p.bootstrapper.bootstrap(ctx, p.properties.Actual_version,
498 // Python library has no bootstrapper or installer.
499 if m.bootstrapper != nil || m.installer != nil {