MCPcopy Create free account
hub / github.com/Project-MONAI/MONAI / __repr__

Method __repr__

monai/transforms/adaptors.py:262–264  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

260 self.defaults[p.name] = p.default is not p.empty
261
262 def __repr__(self) -> str:
263 s = "<class 'FunctionSignature': found_args={}, found_kwargs={}, defaults={}"
264 return s.format(self.found_args, self.found_kwargs, self.defaults)
265
266 def __str__(self) -> str:
267 return self.__repr__()

Callers 1

__str__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected