FIXME: Needs to be better implemented using tags and styles.
(self, bs)
| 116 | return bs.s |
| 117 | |
| 118 | def asBabelString(self, bs): |
| 119 | """FIXME: Needs to be better implemented using tags and styles.""" |
| 120 | if isinstance(bs, BabelString): |
| 121 | return bs |
| 122 | return self.newString(str(bs)) |
| 123 | |
| 124 | def text(self, sOrBs, p): |
| 125 | pass |