PipModule

mill.pythonlib.PipModule
See thePipModule companion trait
object PipModule

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
PipModule.type

Members list

Type members

Classlikes

@Scaladoc(value = "/**\n * A list of string arguments, with a cache-busting signature for any strings which represent\n * files.\n */")
case class InstallArgs(args: Seq[String], sig: Int)

A list of string arguments, with a cache-busting signature for any strings which represent files.

A list of string arguments, with a cache-busting signature for any strings which represent files.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object InstallArgs

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type