Exemplo n.º 1
0
def test_mastery():
    int_test_handler.test_result(
        riotapi.get_mastery(int_test_handler.mastery_id))
Exemplo n.º 2
0
def test_mastery():
    int_test_handler.test_result(riotapi.get_mastery(int_test_handler.mastery_id))
Exemplo n.º 3
0
 def prerequisite(self):
     """Mastery    the prerequisite for this mastery"""
     return riotapi.get_mastery(int(self.data.prereq)) if self.data.prereq else None
Exemplo n.º 4
0
 def prerequisite(self):
     """Mastery    the prerequisite for this mastery"""
     return riotapi.get_mastery(int(
         self.data.prereq)) if self.data.prereq else None