extension PartialRangeUpTo: TensorRangeExpression where Bound == Int
extension PartialRangeUpTo where Bound == Int
extension PartialRangeUpTo : PythonConvertible where Bound : PythonConvertible
extension PartialRangeUpTo : ConvertibleFromPython
where Bound : ConvertibleFromPython
Déclaration
public var tensorRange: TensorRange { get }
Déclaration
public var pythonObject: PythonObject { get }
Déclaration
public init?(_ pythonObject: PythonObject)