Quick Start
Introduction
Articles
API Overview
API Detail
Overview: ILoc: Display
Return repr(self).
>>> il = sf.ILoc[-2:] >>> repr(il) <ILoc[-2:]>
Return str(self).
>>> il = sf.ILoc[-2:] >>> str(il) <ILoc[-2:]>
ILoc: Constructor | Attribute | Display