Statements

Inheritance diagram:

Inheritance diagram of pyExploringCodeDOMParser.ConditionalBlockStatement

class pyExploringCodeDOMParser.Statement(commentText='')[source]

Bases: pyExploringCodeDOMParser.CodeDOMObject

Base-class for all statements.

__init__(commentText='')[source]

Initialize self. See help(type(self)) for accurate signature.

class pyExploringCodeDOMParser.BlockStatement(commentText='')[source]

Bases: pyExploringCodeDOMParser.Statement

__init__(commentText='')[source]

Initialize self. See help(type(self)) for accurate signature.

__str__(indent=0)[source]

Return str(self).

class pyExploringCodeDOMParser.ConditionalBlockStatement(expression, commentText='')[source]

Bases: pyExploringCodeDOMParser.BlockStatement

__init__(expression, commentText='')[source]

Initialize self. See help(type(self)) for accurate signature.

__str__(indent=0)[source]

Return str(self).