(cmd []string, scriptCmd []string)
| 600 | "--no-compile", // Prevent default timestamp-based bytecode compilation. Deterministic pycs are generated in a second step below. |
| 601 | "--disable-pip-version-check", // If we were going to upgrade pip, we would have done it already in the runtime buildpack. |
| 602 | } |
| 603 | } |
| 604 | |
| 605 | // EntrypointAdapterCapability is the capability key for the EntrypointAdapter. |
no outgoing calls
no test coverage detected