I get the following information from cython:

I wasn't expecting a yellow color for TimeSeries. Any suggestions?
| 1 | initial version |
I get the following information from cython:

I wasn't expecting a yellow color for TimeSeries. Any suggestions?
| 2 | No.2 Revision |
I get the following information from cython:

6: from sage.finance.time_series cimport TimeSeries
7:
8: cpdef csnelregres(self,int periode):
9: cdef int aantal=len(self)-periode
10:
11: cpdef a = TimeSeries(aantal)
I wasn't expecting a yellow color for TimeSeries. cpdef a = TimeSeries(aantal).
Any suggestions?
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.