Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
src/sage/all__sagemath_objects.py: Add definitions of Integer, RealNu…
Browse files Browse the repository at this point in the history
…mber for doctesting
  • Loading branch information
mkoeppe committed Nov 16, 2021
1 parent a72ee3b commit f3ee49b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/sage/all__sagemath_objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@

true = True
false = False


# For doctesting. These are overwritten later

Integer = int
RealNumber = float

0 comments on commit f3ee49b

Please sign in to comment.