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

Commit b5dd567

Browse files
author
Matthias Koeppe
committedSep 7, 2021
src/sage/misc/sageinspect.py: Fixup doctest
1 parent 3bc20b8 commit b5dd567

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎src/sage/misc/sageinspect.py

-3
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,6 @@ def is_function_or_cython_function(obj):
145145
sage: from sage.misc.sageinspect import is_function_or_cython_function
146146
sage: def f(): pass
147147
sage: is_function_or_cython_function(f)
148-
doctest:warning...
149-
DeprecationWarning: sage.isfunction is deprecated; use callable or inspect.isfunction instead
150-
See https://trac.sagemath.org/32479 for details.
151148
True
152149
sage: is_function_or_cython_function(lambda x:x)
153150
True

0 commit comments

Comments
 (0)
This repository has been archived.