MCPcopy Create free account
hub / github.com/LargeWorldModel/LWM / __init__

Method __init__

lwm/data.py:51–52  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

49 raise ValueError(f'Unknown dataset type: {config.type}')
50
51 def __init__(self):
52 raise ValueError('DatasetFactory is a static class and should not be instantiated.')
53
54
55class TextProcessor(object):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected