MCPcopy Index your code
hub / github.com/tensorpack/tensorpack / __radd__

Method __radd__

tensorpack/dataflow/imgaug/transform.py:311–313  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

309 return self
310
311 def __radd__(self, other):
312 other = other.tfms if isinstance(other, TransformList) else [other]
313 return TransformList(other + self.tfms)
314
315 __repr__ = __str__
316

Callers

nothing calls this directly

Calls 1

TransformListClass · 0.85

Tested by

no test coverage detected