Skip to content

Commit fd9bb27

Browse files
committed
RunTimeTyped : Add todo
1 parent ef99e19 commit fd9bb27

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

python/IECore/registerRunTimeTyped.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ def __registerTypeId( typeId, typeName, baseTypeId ) :
6868
# If `typeName` is not specified then the name of the class itself is used -
6969
# you may wish to provide an explicit typeName in order to prefix the name
7070
# with a module name.
71+
## \todo It feels like this could probably be done automatically using a
72+
# custom metaclass for RunTimeTyped?
7173
def registerRunTimeTyped( typ, typeName = None ) :
7274

7375
if typeName is None :

0 commit comments

Comments
 (0)