Searched refs:instancetype (Results 1 – 2 of 2) sorted by relevance
69 def instancetype(self) -> Optional[str]: member in TypeDefinition152 def instancetype(self) -> Optional[str]: member in TypeInfoVar297 instancetype = None331 if instancetype or classtype:339 if instancetype or classtype:355 if not instancetype:356 instancetype = 'void'507 instancetype = d.instancetype508 if instancetype is not None and instancetype != 'void':574 if d.instancetype != instancetype:[all …]
51 instancetype: Optional[str] = None variable in TypeIdentifiers82 if (self.instancetype is not None319 instancetype = None330 instancetype = c_type337 instancetype=instancetype, uppercase=uppercase)388 assert ids.classtype or ids.instancetype391 if ids.classtype and ids.instancetype:397 elif ids.instancetype:470 def instancetype(self) -> Optional[str]: member in TypeDeclaration741 instancetype = self.instancetype[all …]