Nektar++
Public Member Functions | List of all members
CellMLToNektar.pycml.comment_base Class Reference
Inheritance diagram for CellMLToNektar.pycml.comment_base:
[legend]

Public Member Functions

def __init__ (self, body=None)
 
def __iter__ (self)
 

Detailed Description

An iterable version of comment nodes.

Definition at line 366 of file pycml.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 368 of file pycml.py.

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

Member Function Documentation

◆ __iter__()

def CellMLToNektar.pycml.comment_base.__iter__ (   self)

Definition at line 370 of file pycml.py.

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