Searched refs:type_obj (Results 1 – 3 of 3) sorted by relevance
42 const CPDF_Object* type_obj = dictionary->GetDirectObjectFor(kTypeKey); in IsSignatureDictionary() local43 if (!type_obj) in IsSignatureDictionary()44 type_obj = dictionary->GetDirectObjectFor(kFTKey); in IsSignatureDictionary()45 return type_obj && type_obj->GetString() == kSignTypeValue; in IsSignatureDictionary()
148 type_string, type_obj = self.ctx.info.arg_types[150 anno.setanno(arg_node, 'type', type_obj)
488 #define SHA3_TYPE(type_obj, type_name, type_doc, type_methods) \ argument489 static PyTypeObject type_obj = { \