Home | History | Annotate | Download | only in Lib

Lines Matching refs:parts

498             # rlcompleter does.  This will bail if any of the parts are not
723 parts = id.split('.')
725 if parts[0] == 'self':
726 del parts[0]
727 if len(parts) == 0:
731 if len(parts) == 1:
732 item = parts[0]
736 f = self.lookupmodule(parts[0])
739 item = parts[1]