Searched refs:heredoc (Results 1 – 1 of 1) sorted by relevance
129 def __init__(self, heredoc = False): argument137 self._heredoc = heredoc382 result, remaining = WordLexer(heredoc = here_document).add(remaining, True)712 heredoc, self._heredoc = self._heredoc, HereDoc(None)718 heredoc.pendings[:0] = [(self._token, self._type, heredoc.name)]719 for token, type, delim in heredoc.pendings: