Convert a stashed object to a string.
(self, text: str)
| 103 | return False |
| 104 | |
| 105 | def stash_to_string(self, text: str) -> str: |
| 106 | """ Convert a stashed object to a string. """ |
| 107 | return str(text) |
| 108 | |
| 109 | |
| 110 | class AndSubstitutePostprocessor(Postprocessor): |
no outgoing calls