Searched refs:CpioInfo (Results 1 - 1 of 1) sorted by relevance

/pkg/src/modules/
H A Dcpiofile.py413 class CpioInfo(object): class in inherits:object
416 CpioInfo objects are returned by CpioFile.getmember(),
422 """Construct a CpioInfo object. name is the optional name
452 """Construct a CpioInfo object from a buffer. The buffer should
569 self.members = [] # list of members as CpioInfo objects
792 """Return a CpioInfo object for member `name'. If `name' can not be
803 """Return the members of the archive as a list of CpioInfo objects. The
828 cpioinfo = CpioInfo.frombuf(buf, self.fileobj, self)
858 if isinstance(member, CpioInfo):

Completed in 11 milliseconds