MCPcopy Create free account
hub / github.com/albertpumarola/GANimation / __init__

Method __init__

models/models.py:6–7  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

4
5class ModelsFactory:
6 def __init__(self):
7 pass
8
9 @staticmethod
10 def get_by_name(model_name, *args, **kwargs):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected