Detail: ILoc: Display

Overview: ILoc: Display

ILoc.__repr__()[source]

Return repr(self).

>>> il = sf.ILoc[-2:]
>>> repr(il)
<ILoc[-2:]>
ILoc.__str__()

Return str(self).

>>> il = sf.ILoc[-2:]
>>> str(il)
<ILoc[-2:]>

ILoc: Constructor | Attribute | Display