MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / __setattr__

Method __setattr__

tensorflow/python/autograph/pyct/transformer.py:132–133  ·  view source on GitHub ↗
(self, key, value)

Source from the content-addressed store, hash-verified

130 return getattr(self._stack[-1], key)
131
132 def __setattr__(self, key, value):
133 setattr(self._stack[-1], key, value)
134
135
136class _State(object):

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected