PythonModuleMetadata

hydra.python.environment.PythonModuleMetadata
case class PythonModuleMetadata(namespaces: ModuleNames[DottedName], typeVariables: Set[Name], usesAnnotated: Boolean, usesCallable: Boolean, usesCast: Boolean, usesLruCache: Boolean, usesTypeAlias: Boolean, usesDataclass: Boolean, usesDecimal: Boolean, usesEither: Boolean, usesEnum: Boolean, usesFrozenDict: Boolean, usesFrozenList: Boolean, usesFrozenSet: Boolean, usesGeneric: Boolean, usesJust: Boolean, usesLeft: Boolean, usesMaybe: Boolean, usesName: Boolean, usesNode: Boolean, usesNothing: Boolean, usesRight: Boolean, usesTypeVar: Boolean)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product