MCPcopy Create free account
hub / github.com/PaddlePaddle/Paddle / __repr__

Method __repr__

python/paddle/base/framework.py:7212–7213  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

7210 self._seed = seed
7211
7212 def __repr__(self):
7213 return self.__str__()
7214
7215 def global_block(self):
7216 """

Callers

nothing calls this directly

Calls 1

__str__Method · 0.95

Tested by

no test coverage detected