Searched refs:is_allowlisted (Results 1 – 8 of 8) sorted by relevance
51 self.assertFalse(conversion.is_allowlisted(test_fn))52 self.assertTrue(conversion.is_allowlisted(utils))53 self.assertTrue(conversion.is_allowlisted(constant_op.constant))63 self.assertFalse(conversion.is_allowlisted(tf_like.test_fn))93 self.assertTrue(conversion.is_allowlisted(TestClass.__call__))94 self.assertTrue(conversion.is_allowlisted(tc))95 self.assertTrue(conversion.is_allowlisted(tc.__call__))96 self.assertTrue(conversion.is_allowlisted(tc.allowlisted_method))97 self.assertFalse(conversion.is_allowlisted(Subclass))98 self.assertFalse(conversion.is_allowlisted(tc.converted_method))[all …]
116 def is_allowlisted( function164 …if (type(o) != type(o.__call__)) and is_allowlisted(o.__call__): # pylint: disable=unidiomatic-ty…194 if is_allowlisted(
400 if not options.user_requested and conversion.is_allowlisted(f):
10 from allowlist import is_allowlisted24 if is_allowlisted('ngcc_comp_path', comp_path):27 if is_allowlisted('ngcc_dso_path', dso_path):
13 from allowlist import is_allowlisted28 if is_allowlisted('exist_debug_info', dso_path):50 if is_allowlisted('exist_producer', dso_path):
21 def is_allowlisted(list_name, pattern): function
35 let is_allowlisted = ctx.allowlisted_items().contains(&id); in write_dot_file() localVariable41 if is_allowlisted { "black" } else { "gray" } in write_dot_file()59 if is_allowlisted { "black" } else { "gray" } in write_dot_file()
95 is_allowlisted=False)109 is_allowlisted=True)119 is_allowlisted=False)190 elif frame_info.is_allowlisted: