Exemple #1
0
 def defn_trg_from_pos(self, pos, lang=None):
     # Work out the language from the position, as the citadel buffer will
     # use the buffer language, we want a language specific to this pos.
     return CitadelBuffer.defn_trg_from_pos(self, pos, lang=self.lang_from_pos(pos))
Exemple #2
0
 def defn_trg_from_pos(self, pos, lang=None):
     # Work out the language from the position, as the citadel buffer will
     # use the buffer language, we want a language specific to this pos.
     return CitadelBuffer.defn_trg_from_pos(self, pos,
                                            lang=self.lang_from_pos(pos))