module Synopsis.Parsers.Python.ASGTranslator
class TokenParser
Attributes Summary:
source code
source code
source code
Class attributes Summary:
source code
source code
source code
source code
Methods Summary:
  __init__(self, text)
references
source code
  __iter__(self)
references
source code
  (self)
references
source code
  goto_line(self, lineno)
references
source code
  rhs(self, lineno)
references
source code
Return a whitespace-normalized expression string from the right-hand side of an assignment at line `lineno`.
  note_token(self)
references
source code
  function_parameters(self, lineno)
references
source code
Return a dictionary mapping parameters to defaults (whitespace-normalized strings).
Methods Details:
  rhs(self, lineno)
references
source code
Return a whitespace-normalized expression string from the right-hand side of an assignment at line `lineno`.
  function_parameters(self, lineno)
references
source code
Return a dictionary mapping parameters to defaults (whitespace-normalized strings).