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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article