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