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

Commit

Permalink
Trac #27328: remove example which does not test what it claims to tes…
Browse files Browse the repository at this point in the history
…t anymore

(There is another example testing what is claimed, so this seems appropriate)
  • Loading branch information
dkrenn committed Mar 29, 2019
1 parent d5e11d2 commit 82d81c8
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/sage/misc/cachefunc.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -1792,17 +1792,6 @@ cdef class CachedMethodCaller(CachedFunction):
EXAMPLES::
sage: P.<a,b,c,d> = QQ[]
sage: I = P*[a,b]
sage: I.groebner_basis()
[a, b]
sage: I.groebner_basis._instance_call() is I.groebner_basis()
False
sage: I.groebner_basis._instance_call() == I.groebner_basis()
True
::
sage: class Foo(object):
....: def __init__(self, x):
....: self._x = x
Expand Down

0 comments on commit 82d81c8

Please sign in to comment.