Return the newline token.
(self)
| 2270 | return self._model.token_bos() |
| 2271 | |
| 2272 | def token_nl(self) -> int: |
| 2273 | """Return the newline token.""" |
| 2274 | return self._model.token_nl() |
| 2275 | |
| 2276 | def pooling_type(self) -> str: |
| 2277 | """Return the pooling type.""" |
no outgoing calls