MCPcopy
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)
97def _is_view_dir(dirname):
98 return dirname.endswith('_view') or dirname.endswith('_view_fix')
99
100
101if __name__ == '__main__':

Callers 1

build_metadata.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected