MCPcopy
hub / github.com/AcademySoftwareFoundation/OpenTimelineIO / read_from_string

Function read_from_string

tests/baselines/example.py:29–31  ·  view source on GitHub ↗
(input_str, suffix="", hook_function_argument_map=None)

Source from the content-addressed store, hash-verified

27# `hook_function_argument_map` is only a required argument for adapters that implement
28# custom hooks.
29def read_from_string(input_str, suffix="", hook_function_argument_map=None):
30 tl = read_from_file(input_str, suffix, hook_function_argument_map)
31 return tl
32
33
34# this is only required for adapters that implement custom hooks

Callers

nothing calls this directly

Calls 1

read_from_fileFunction · 0.70

Tested by

no test coverage detected