Searched defs:frombuf (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
H A Dtarfile.py1201 def frombuf(cls, buf): member in class:TarInfo
1252 obj = cls.frombuf(buf)
/external/python/cpython3/Lib/
H A Dtarfile.py1022 def frombuf(cls, buf, encoding, errors): member in class:TarInfo
1090 obj = cls.frombuf(buf, tarfile.encoding, tarfile.errors)
1160 # We already collected some sparse structures in frombuf().

Completed in 66 milliseconds