Skip to content

Add is_integer to fractions.Fraction #100488

Closed
@hauntsaninja

Description

@hauntsaninja

Requested by @mdickinson in #100268 (comment)

The case for:

  • Improves duck type compatibility between Fraction and float (and now int)
  • Simple to implement; hopefully low maintenance cost

The case against:

  • Not aware of much demand for it from users
  • The case for int.is_integer is much stronger, since the PEP 484 type system conflates float and int | float

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    type-featureA feature request or enhancement

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions