MCPcopy Create free account
hub / github.com/ModelTC/LightX2V / append

Method append

lightx2v/common/modules/weight_module.py:199–202  ·  view source on GitHub ↗
(self, module)

Source from the content-addressed store, hash-verified

197 self.append(module)
198
199 def append(self, module):
200 idx = len(self._list)
201 self._list.append(module)
202 self.add_module(str(idx), module)
203
204 def __getitem__(self, idx):
205 return self._list[idx]

Callers 15

__init__Method · 0.95
should_alertMethod · 0.80
_merge_intervalsFunction · 0.80
_collect_profiler_stepsFunction · 0.80
analyze_trace_eventsFunction · 0.80
render_reportFunction · 0.80
mainFunction · 0.80
load_model_weightsFunction · 0.80
merge_lora_weightsFunction · 0.80
load_model_weightsFunction · 0.80
quant_adapter.pyFile · 0.80

Calls 1

add_moduleMethod · 0.80

Tested by 4

_format_request_timingFunction · 0.64
_load_promptsFunction · 0.64
mainFunction · 0.64
mainFunction · 0.64