Searched refs:iface_type (Results 1 – 2 of 2) sorted by relevance
417 def __init__(self, ifaces, iface_type, full_name = None): argument422 self.iface_type = iface_type424 end = self.iface_type.get_suffix()453 return self.iface_type == InterfaceType.abstract460 return self.iface_type == InterfaceType.empty467 return self.iface_type == InterfaceType.default
479 def __init__(self, ifaces, iface_type, full_name = None): argument484 self.iface_type = iface_type486 end = self.iface_type.get_suffix()515 return self.iface_type == InterfaceType.abstract522 return self.iface_type == InterfaceType.empty529 return self.iface_type == InterfaceType.default