class documentation

class _PreprocessorInfo(object):

Constructor: _PreprocessorInfo(stack_before_if)

View In Hierarchy

Stores checkpoints of nesting stacks when #if/#else is seen.

Method __init__ Undocumented
Instance Variable seen_else Undocumented
Instance Variable stack_before_else Undocumented
Instance Variable stack_before_if Undocumented
def __init__(self, stack_before_if):

Undocumented

seen_else: bool =

Undocumented

stack_before_else: list =

Undocumented

stack_before_if =

Undocumented