mirror of https://github.com/astral-sh/ruff
comment update
This commit is contained in:
parent
d90d33001e
commit
b6f2320fcd
|
|
@ -13916,8 +13916,8 @@ impl<'db> UnionType<'db> {
|
||||||
ConstraintSet::from(sorted_self == other.normalized(db))
|
ConstraintSet::from(sorted_self == other.normalized(db))
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Returns true if this union is equivalent to `int | float | complex`, which is what
|
/// Identify some specific unions of known classes, currently the ones that `float` and
|
||||||
/// `complex` expands into in type position.
|
/// `complex` expand into in type position.
|
||||||
pub(crate) fn known(self, db: &'db dyn Db) -> Option<KnownUnion> {
|
pub(crate) fn known(self, db: &'db dyn Db) -> Option<KnownUnion> {
|
||||||
let mut has_int = false;
|
let mut has_int = false;
|
||||||
let mut has_float = false;
|
let mut has_float = false;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue