PythonAppResource.withUv
Method
interface PythonAppResource { // ... omitted for brevity withUv( install?: boolean, args?: string[]): PythonAppResource;}Signature
method
withUv builder Configures uv package management for a Python application
withUv( install?: boolean, args?: string[]): PythonAppResourceParameters
install boolean optional = True args string[] optional Returns
PythonAppResource Defined on
This method is defined on the following type: