adaptivemd.ChainedParser

class adaptivemd.ChainedParser(parent, child)[source]

Parser that represents the chained application of two parser

__init__(parent, child)[source]

x.__init__(…) initializes x; see help(type(x)) for signature

Methods

__init__(parent, child) x.__init__(…) initializes x; see help(type(x)) for signature
parse(scheduler, action) Parse a single action