Method Summary |
|
__init__ (self,
name,
uid,
descr,
type,
has_value,
autogenerated)
Construct the documentation for a variable. |
|
__repr__(self)
|
boolean
|
autogenerated (self)
Return true if this variable documentation was generated automatically from a
module variable (i.e., not from a @var field or a
@type field). |
markup.ParsedDocstring
|
descr (self)
Return a description of this variable. |
boolean
|
has_value (self)
Return true if the variable documented by this Var has a
value. |
|
is_private (self)
Return true if this variable is a private object. |
|
is_public (self)
Return true if this variable is a public object. |
string
|
name (self)
Return the short name of this variable. |
UID
|
target (self)
Return the UID of the variable documented by this Var . |
markup.ParsedDocstring
|
type (self)
Return a description of this variable's type |
UID
|
uid (self)
Return the UID of the variable documented by this Var . |