Nektar++
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | List of all members
CellMLToNektar.pycml.comment_base Class Reference
Inheritance diagram for CellMLToNektar.pycml.comment_base:
Inheritance graph
[legend]
Collaboration diagram for CellMLToNektar.pycml.comment_base:
Collaboration graph
[legend]

Public Member Functions

def __init__
 
def __iter__
 

Detailed Description

An iterable version of comment nodes.

Definition at line 366 of file pycml.py.

Constructor & Destructor Documentation

def CellMLToNektar.pycml.comment_base.__init__ (   self,
  body = None 
)

Definition at line 368 of file pycml.py.

369  def __init__(self, body=None):
amara.bindery.comment_base.__init__(self, body)

Member Function Documentation

def CellMLToNektar.pycml.comment_base.__iter__ (   self)

Definition at line 370 of file pycml.py.

371  def __iter__(self):
372  return unitary_iterator(self)