Package org.sonar.python.types.v2
Class TypeUtils
java.lang.Object
org.sonar.python.types.v2.TypeUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic PythonTypeensureWrappedObjectType(PythonType pythonType) static PythonTypemap(PythonType type, UnaryOperator<PythonType> mapper) static PythonTyperesolved(PythonType pythonType) static Collector<PythonType,?, PythonType>
-
Method Details
-
resolved
-
ensureWrappedObjectType
-
map
-
toUnionType
-