update doc strings

This commit is contained in:
Mustafa-Zarkash 2023-08-30 22:43:52 +03:00
parent 668bcb2d40
commit 41babcaa85
3 changed files with 6 additions and 4 deletions

View file

@ -57,7 +57,9 @@ class ARenderProduct(object):
def get_default_display_view_colorspace():
"""Get default display view colorspace name. """
"""Returns the colorspace attribute of the default (display, view) pair.
"""
prefs = get_color_management_preferences()
return get_display_view_colorspace_name(

View file

@ -604,7 +604,7 @@ def _get_imageio_settings(project_settings, host_name):
def get_display_view_colorspace_name(config_path, display, view):
"""Return colorspace name for the given display and view.
"""Returns the colorspace attribute of the (display, view) pair.
Args:
config_path (str): path string leading to config.ocio
@ -627,7 +627,7 @@ def get_display_view_colorspace_name(config_path, display, view):
def get_display_view_colorspace_subprocess(config_path, display, view):
"""get view colorspace name for the given display and view
"""Returns the colorspace attribute of the (display, view) pair
via subprocess.
Args:

View file

@ -175,7 +175,7 @@ def _get_views_data(config_path):
def _get_display_view_colorspace_name(config_path, display, view):
"""get view colorspace name for the given display and view.
"""Returns the colorspace attribute of the (display, view) pair.
Args:
config_path (str): path string leading to config.ocio