class Python::Parser::Succeeded

Attributes

parsed[R]
rest[R]

Public Class Methods

new(parsed, rest) click to toggle source
# File lib/python/parser/combinator.rb, line 9
def initialize(parsed, rest)
  @parsed, @rest = parsed, rest
end