Definition at line 1238 of file general_optics.py.
01238 : 01239 if isinstance(object, key_tag): 01240 return object.key 01241 else: 01242 return object 01243 class composite_optic(general_optic):