Searched refs:delattr (Results 1 – 25 of 89) sorted by relevance
1234
/external/tensorflow/tensorflow/python/util/ |
D | future_api.py | 28 delattr(tf, 'arg_max') 29 delattr(tf, 'arg_min') 30 delattr(tf, 'create_partitioned_variables') 31 delattr(tf, 'deserialize_many_sparse') 32 delattr(tf, 'lin_space') 33 delattr(tf, 'parse_single_sequence_example') 34 delattr(tf, 'serialize_many_sparse') 35 delattr(tf, 'serialize_sparse') 36 delattr(tf, 'sparse_matmul') # Use tf.matmul instead.
|
D | all_util.py | 114 delattr(target_module, extra_symbol)
|
D | tf_export.py | 336 delattr(undecorated_f, api_names_attr) 337 delattr(undecorated_f, api_names_attr_v1)
|
/external/python/cpython2/Lib/ctypes/test/ |
D | test_delattr.py | 10 delattr, c_int(42), "value") 14 delattr, (c_char * 5)(), "value") 18 delattr, X(), "foo")
|
/external/python/cpython3/Lib/ctypes/test/ |
D | test_delattr.py | 10 delattr, c_int(42), "value") 14 delattr, (c_char * 5)(), "value") 18 delattr, X(), "foo")
|
/external/python/cpython2/Lib/idlelib/ |
D | Delegator.py | 18 delattr(self, key)
|
D | WidgetRedirector.py | 91 delattr(self.widget, operation)
|
/external/python/cpython3/Lib/idlelib/ |
D | delegator.py | 21 delattr(self, key)
|
D | redirector.py | 91 delattr(self.widget, operation)
|
/external/python/cpython2/Lib/test/ |
D | test_property.py | 89 delattr(base, "spam") 101 self.assertRaises(PropertyDel, delattr, sub, "spam")
|
D | test_shlex.py | 198 delattr(ShlexTest, methname)
|
D | test_structmembers.py | 76 self.assertRaises(TypeError, delattr, ts, "T_STRING_INPLACE")
|
/external/python/jinja/src/jinja2/ |
D | visitor.py | 67 delattr(node, field)
|
/external/libchrome/third_party/jinja2/ |
D | visitor.py | 75 delattr(node, field)
|
/external/fonttools/Lib/fontTools/varLib/ |
D | cff.py | 87 delattr(privateDict, key) 99 delattr(fontDict, key) 109 delattr(privateDict, key) 118 delattr(topDict, key)
|
/external/python/cpython3/Lib/test/ |
D | test_dynamicclassattribute.py | 106 delattr(base, "spam") 118 self.assertRaises(PropertyDel, delattr, sub, "spam")
|
D | test_property.py | 89 delattr(base, "spam") 101 self.assertRaises(PropertyDel, delattr, sub, "spam")
|
D | test_structmembers.py | 113 self.assertRaises(TypeError, delattr, ts, "T_STRING_INPLACE")
|
/external/perfetto/infra/ci/ |
D | common_utils.py | 90 delattr(tls, tls_key)
|
/external/python/pycparser/pycparser/ |
D | plyparser.py | 97 delattr(cls, attr_name)
|
/external/tensorflow/tensorflow/python/autograph/pyct/ |
D | anno.py | 152 delattr(node, field_name)
|
/external/autotest/client/bin/ |
D | site_sysinfo_unittest.py | 298 delattr(logdir, '_excludes') 315 delattr(logdir, '_excludes')
|
/external/python/cryptography/src/cryptography/ |
D | utils.py | 149 delattr(self._module, attr)
|
/external/python/cpython3/Tools/c-analyzer/c_analyzer/common/ |
D | util.py | 144 delattr(_self, name)
|
/external/protobuf/python/google/protobuf/internal/ |
D | _parameterized.py | 277 delattr(class_object, name)
|
1234