- class aaf.base.AAFObject¶
Bases: aaf.base.AAFBase
- all_keys()¶
- class_auid¶
The AUID of the AAFObject
- class_name¶
Resolved class name for AAFOBject from its ClassDef.
- classdef()¶
Returns the Class Definition
- dictionary()¶
Returns the Dictionary Object the AAFObject belongs to.
- get()¶
Return the property object for key if key is in the AAFObject, else default. If default is not given, it defaults to None, so that this method never raises a KeyError.
- get_value()¶
Return the property value for key if key is in the AAFObject, else default. If default is not given, it defaults to None, so that this method never raises a KeyError.
- has_key()¶
Test for the presence of key in the AAFObject property names
- keys()¶
Return a list of the AAFObjects property names
- name¶
The name of the AAFObject, None if Object doesn’t have a “Name” property.
- properties()¶
Returns a property Iterator