MCPcopy
hub / github.com/microsoft/Magma / __call__

Method __call__

data/seeclick/data_utils.py:27–28  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

25 self.use_som_tom_orig_img = kwargs.get('mm_use_som_tom_orig_img', False)
26
27 def __call__(self, **kwargs):
28 return super()._construct_conv(**kwargs)
29
30 def filter_items(self, items):
31 """

Callers

nothing calls this directly

Calls 1

_construct_convMethod · 0.80

Tested by

no test coverage detected