Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(5) | Call(5) | Derive(0) | Import(0)
src/a/u/autobuild-0.8.12/autobuild/configfile.py autobuild(Download)
for (name, package) in installables.iteritems(): self.installables[name] = PackageDescription(package) self.update(saved_data) logger.debug("Configuration file '%s'" % self.path) else:
def __init_from_dict(self, dictionary): platforms = dictionary.pop('platforms',{}) for (key, value) in platforms.items(): self.platforms[key] = PlatformDescription(value) self.update(dictionary)
if archive is not None: self.archive = ArchiveDescription(archive) self.update(dictionary)
def __init_from_dict(self, dictionary): [self.__extract_command(name, dictionary) for name in self.build_steps] self.update(dictionary) def __extract_command(self, name, dictionary):
self.url = None if dictionary is not None: self.update(dictionary) def __eq__(self, other):