MCPcopy Create free account
hub / github.com/QWTforGithub/T2LDM / __init__

Method __init__

utils/common.py:858–859  ·  view source on GitHub ↗
(self, transforms)

Source from the content-addressed store, hash-verified

856
857class Compose(object):
858 def __init__(self, transforms):
859 self.transforms = transforms
860
861 def __call__(self, pcd, pcd1=None):
862 for t in self.transforms:

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected