示例#1
0
 def __new__(cls):
     return Interval.__new__(cls, -S.Infinity, S.Infinity)
示例#2
0
文件: fancysets.py 项目: QuaBoo/sympy
 def __new__(cls):
     return Interval.__new__(cls, -oo, oo)
示例#3
0
 def __new__(cls):
     return Interval.__new__(cls, -oo, oo)
示例#4
0
 def __new__(cls):
     return Interval.__new__(cls, -S.Infinity, S.Infinity)