Global Package
Inheritance Tree
Inheritance Graph
Name Index
module
Synopsis
.
Parsers
.
Python
.
ASGTranslator
class TokenParser
File:
../Synopsis/Parsers/Python/ASGTranslator.py
Attributes Summary:
text
lines
generator
Class attributes Summary:
closers
openers
del_ws_prefix
no_ws_suffix
Methods Summary:
__init__
(
self
,
text
)
__iter__
(
self
)
next
(
self
)
goto_line
(
self
,
lineno
)
rhs
(
self
,
lineno
)
Return a whitespace-normalized expression string from the right-hand side of an assignment at line `lineno`.
note_token
(
self
)
function_parameters
(
self
,
lineno
)
Return a dictionary mapping parameters to defaults (whitespace-normalized strings).
Methods Details:
rhs
(
self
,
lineno
)
Return a whitespace-normalized expression string from the right-hand side of an assignment at line `lineno`.
function_parameters
(
self
,
lineno
)
Return a dictionary mapping parameters to defaults (whitespace-normalized strings).
Generated on Thu Apr 16 16:27:02 2009 by
synopsis
(version devel)