atomica.migration.all_frameworks

atomica.migration.all_frameworks(proj)[source]

Helper generator to iterate over all frameworks in a project

Project frameworks may be
  • Standalone frameworks

  • Contained in a Result

This function is a generator that allows iteration over all frameworks in a project

Parameters:

proj – A Project object

Returns:

A framework (via yield)