Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions python/decord/_ffi/function.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,8 @@ def _init_api_prefix(module_name, prefix):
setattr(target_module, ff.__name__, ff)

def _init_internal_api():
# Ensure this module has been loaded ahead of accessing it below
import decord._api_internal
for name in list_global_func_names():
if not name.startswith("_"):
continue
Expand Down