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

Method get

lightx2v/server/schema.py:71–72  ·  view source on GitHub ↗
(self, key, default=None)

Source from the content-addressed store, hash-verified

69 if not self.save_result_path:
70 self.save_result_path = f"{self.task_id}"
71
72 def get(self, key, default=None):
73 return getattr(self, key, default)
74
75

Callers 15

download_fileFunction · 0.45
_collect_profiler_stepsFunction · 0.45
_load_trace_eventsFunction · 0.45
quantize_modelFunction · 0.45
mainFunction · 0.45
_get_body_keypointsMethod · 0.45
get_maskMethod · 0.45
draw_face_kpFunction · 0.45
load_from_metaMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 4

_save_image_from_itemFunction · 0.36
_ensure_local_no_proxyFunction · 0.36
_load_promptsFunction · 0.36
_save_image_from_itemFunction · 0.36