Global Package
Inheritance Tree
Inheritance Graph
Name Index
module
Synopsis
.
ASG
class Function
File:
../Synopsis/ASG.py
Function declaration. Note that function names are stored in mangled form to allow overriding. Formatters should use the real_name to extract the unmangled name.
-
Private Methods
__cmp__
(
self
,
other
)
Recursively compares the typespec of the function
-
Attributes
_real_name
premodifier
return_type
parameters
postmodifier
exceptions
-
Class attributes
real_name
-
Methods
__init__
(
self
,
file
,
line
,
type
,
premod
,
return_type
,
postmod
,
name
,
real_name
)
accept
(
self
,
visitor
)
Attributes Inherited from Declaration
file
,
line
,
name
,
type
,
accessibility
,
annotations
Generated on Tue Jul 20 09:06:55 2010 by
synopsis
(version devel)