Beispiel #1
0
 def has_request_type(self, request_type):
     return _MeCab.Lattice_has_request_type(self, request_type)
Beispiel #2
0
 def has_request_type(self, *args) -> "bool":
     return _MeCab.Lattice_has_request_type(self, *args)