Home
last modified time | relevance | path

Searched refs:bltn_open (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Lib/
Dtarfile.py44 from __builtin__ import open as bltn_open unknown
1535 fileobj = bltn_open(name, self._mode)
2024 with bltn_open(name, "rb") as f:
2234 with bltn_open(targetpath, "wb") as target: