Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TencentARC/Pixal3D
/ _is_view_dir
Function
_is_view_dir
data_toolkit/build_metadata.py:97–98 ·
view source on GitHub ↗
(dirname)
Source
from the content-addressed store, hash-verified
95
96
# Check if directory is a multi-view directory (ending with _view or _view_fix)
97
def
_is_view_dir(dirname):
98
return
dirname.endswith(
'_view'
) or dirname.endswith(
'_view_fix'
)
99
100
101
if
__name__ ==
'__main__'
:
Callers
1
build_metadata.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected