KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
Public Member Functions | List of all members
python_interface.python_registry.PythonRegistryIterator Class Reference

PythonRegistry iterator class. More...

Collaboration diagram for python_interface.python_registry.PythonRegistryIterator:

Public Member Functions

def __init__ (self, ThisPythonRegistry)
 
def __next__ (self)
 Returns the next object from the PythonRegistry wrapper root level. More...
 

Detailed Description

PythonRegistry iterator class.

Constructor & Destructor Documentation

◆ __init__()

def python_interface.python_registry.PythonRegistryIterator.__init__ (   self,
  ThisPythonRegistry 
)

Member Function Documentation

◆ __next__()

def python_interface.python_registry.PythonRegistryIterator.__next__ (   self)

Returns the next object from the PythonRegistry wrapper root level.


The documentation for this class was generated from the following file: