Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(4) | Call(3) | Derive(0) | Import(1)
src/f/t/ftw.dashboard.dragndrop-1.5.3/ftw/dashboard/dragndrop/upgrade/upgrades.py ftw.dashboard.dragndrop(Download)
from ftw.dashboard.dragndrop.upgrade.utils import load_migration_profile def one114_one15(context): """1.1.4 -> 1.1.5""" load_migration_profile( context,
def one117_one12(context): """1.1.7 -> 1.2""" load_migration_profile( context, 'profile-ftw.dashboard.dragndrop.upgrade:117-to-12')
def one15_one151(context): """1.5 -> 1.5.1""" load_migration_profile( context, 'profile-ftw.dashboard.dragndrop.upgrade:15-to-151')