Skip to content

Commit 086b82f

Browse files
committed
Update python stubs
Signed-off-by: Brecht Van Lommel <[email protected]>
1 parent 5366f57 commit 086b82f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/python/stubs/OpenImageIO/__init__.pyi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,9 @@ class ColorConfig:
208208
def getViewNameByIndex(self, display: str = ..., *, index: typing.SupportsInt) -> str: ...
209209
def getViewNames(self, display: str = ...) -> list[str]: ...
210210
def get_cicp(self, *args, **kwargs): ...
211+
@overload
212+
def get_color_interop_id(self, arg0: str, /) -> str: ...
213+
@overload
211214
def get_color_interop_id(self, arg0, /) -> str: ...
212215
def geterror(self) -> str: ...
213216
def parseColorSpaceFromString(self, arg0: str, /) -> str: ...

0 commit comments

Comments
 (0)