| Trees | Indices | Help |
|
|---|
|
|
get attributenames of object type as list.
if display_only is set to True, only return 'useful' attributes to be
displayed to the user.
API definition::
API = (('classname', 'ASCII string', 1),
('get', 'boolean', 0),
('info', 'boolean', 0),
('admin', 'boolean', 0),
('display_only', 'boolean', 0))
Fraunhofer FIT and OrbiTeam Software, (c) 2002-2010
Version: $Rev: 22573 $
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
_ARTIFACT_ATTRIBUTES =
|
|||
_ARTIFACT_ATTRIBUTES_GET =
|
|||
_ARTIFACT_ATTRIBUTES_INFO =
|
|||
_ARTIFACT_ATTRIBUTES_ADMIN =
|
|||
_ATTRIBUTES =
|
|||
_ATTRIBUTES_GET =
|
|||
_ATTRIBUTES_INFO =
|
|||
_ATTRIBUTES_ADMIN =
|
|||
__package__ =
|
|||
|
|||
Looks up the attributes for the given class in the given attribute map. If the class is not contained, look for the father class (depth search)! |
get attributenames of object type as list. Parent classes are searched, if not found in ATTRIBUTE tables (see also lookup_class()). If class_ is an `instance', we use its __class_ attribute |
|
|||
_ARTIFACT_ATTRIBUTES_GET
|
_ARTIFACT_ATTRIBUTES_INFO
|
_ATTRIBUTES_GET
|
_ATTRIBUTES_INFO
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Apr 5 14:47:54 2012 | http://epydoc.sourceforge.net |