xref
: /
dports
/
math
/
py-pygsl
/
pygsl-2.3.0
/
tests
/
chebyshev_test.py
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#!/
usr
/
bin
/
env
python
2
3
import
unittest
4
5
if
__name__
==
'__main__'
:
6
unittest
.
main
()
7