Module: descriptors
Descriptors
Descriptors represent and describe the target project's class- and module-model internally. They provide methods to extract information about the objects in more or less intelligent ways.
Functions
create_desc (value)
This function returns the descriptor for the given value. If there
is none it will create it.

