Searched refs:push_source (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/ |
D | shlex.py | 65 def push_source(self, newstream, newfile=None): member in shlex 103 self.push_source(newstream, newfile)
|
/external/python/cpython3/Lib/ |
D | shlex.py | 74 def push_source(self, newstream, newfile=None): member in shlex 112 self.push_source(newstream, newfile)
|
/external/python/cpython2/Doc/library/ |
D | shlex.rst | 128 For more explicit control of source stacking, use the :meth:`push_source` and 132 .. method:: shlex.push_source(stream[, filename])
|
/external/python/cpython3/Doc/library/ |
D | shlex.rst | 165 For more explicit control of source stacking, use the :meth:`push_source` and 169 .. method:: shlex.push_source(newstream, newfile=None)
|