index
int64
repo_name
string
branch_name
string
path
string
content
string
import_graph
string
24,545
mit-han-lab/apq
refs/heads/master
/elastic_nn/networks/dynamic_quantized_proxyless.py
import copy import torch.nn.functional as F import random import numpy as np import torch from elastic_nn.modules.dynamic_layers import DynamicMBConvLayer, DynamicConvLayer, DynamicLinearLayer, \ DynamicMBQConvLayer, DynamicQConvLayer, DynamicQLinearLayer from imagenet_codebase.modules.layers import ConvLayer, Id...
{"/imagenet_codebase/run_manager/run_manager.py": ["/imagenet_codebase/utils/__init__.py"], "/elastic_nn/networks/dynamic_quantized_proxyless.py": ["/imagenet_codebase/utils/__init__.py"], "/imagenet_codebase/utils/latency_estimator.py": ["/imagenet_codebase/utils/__init__.py"], "/search.py": ["/methods/evolution/evo_m...
24,546
mit-han-lab/apq
refs/heads/master
/utils/converter.py
# Code for "APQ: Joint Search for Network Architecture, Pruning and Quantization Policy" # CVPR 2020 # Tianzhe Wang, Kuan Wang, Han Cai, Ji Lin, Zhijian Liu, Song Han # {usedtobe, kuanwang, hancai, jilin, zhijian, songhan}@mit.edu import random import numpy as np class Converter(): def __init__(self): ...
{"/imagenet_codebase/run_manager/run_manager.py": ["/imagenet_codebase/utils/__init__.py"], "/elastic_nn/networks/dynamic_quantized_proxyless.py": ["/imagenet_codebase/utils/__init__.py"], "/imagenet_codebase/utils/latency_estimator.py": ["/imagenet_codebase/utils/__init__.py"], "/search.py": ["/methods/evolution/evo_m...
24,547
mit-han-lab/apq
refs/heads/master
/imagenet_codebase/utils/quantize_utils.py
# Code for "APQ: Joint Search for Network Architecture, Pruning and Quantization Policy" # CVPR 2020 # Tianzhe Wang, Kuan Wang, Han Cai, Ji Lin, Zhijian Liu, Song Han # {usedtobe, kuanwang, hancai, jilin, zhijian, songhan}@mit.edu import math import numpy as np import torch import torch.nn as nn import torch.nn.init ...
{"/imagenet_codebase/run_manager/run_manager.py": ["/imagenet_codebase/utils/__init__.py"], "/elastic_nn/networks/dynamic_quantized_proxyless.py": ["/imagenet_codebase/utils/__init__.py"], "/imagenet_codebase/utils/latency_estimator.py": ["/imagenet_codebase/utils/__init__.py"], "/search.py": ["/methods/evolution/evo_m...
24,548
mit-han-lab/apq
refs/heads/master
/imagenet_codebase/utils/pytorch_utils.py
# Code for "APQ: Joint Search for Network Architecture, Pruning and Quantization Policy" # CVPR 2020 # Tianzhe Wang, Kuan Wang, Han Cai, Ji Lin, Zhijian Liu, Song Han # {usedtobe, kuanwang, hancai, jilin, zhijian, songhan}@mit.edu import time import torch import torch.nn as nn import copy from imagenet_codebase.util...
{"/imagenet_codebase/run_manager/run_manager.py": ["/imagenet_codebase/utils/__init__.py"], "/elastic_nn/networks/dynamic_quantized_proxyless.py": ["/imagenet_codebase/utils/__init__.py"], "/imagenet_codebase/utils/latency_estimator.py": ["/imagenet_codebase/utils/__init__.py"], "/search.py": ["/methods/evolution/evo_m...
24,549
mit-han-lab/apq
refs/heads/master
/imagenet_codebase/utils/latency_estimator.py
# Code for "APQ: Joint Search for Network Architecture, Pruning and Quantization Policy" # CVPR 2020 # Tianzhe Wang, Kuan Wang, Han Cai, Ji Lin, Zhijian Liu, Song Han # {usedtobe, kuanwang, hancai, jilin, zhijian, songhan}@mit.edu import yaml from imagenet_codebase.utils import download_url class LatencyEstimator(ob...
{"/imagenet_codebase/run_manager/run_manager.py": ["/imagenet_codebase/utils/__init__.py"], "/elastic_nn/networks/dynamic_quantized_proxyless.py": ["/imagenet_codebase/utils/__init__.py"], "/imagenet_codebase/utils/latency_estimator.py": ["/imagenet_codebase/utils/__init__.py"], "/search.py": ["/methods/evolution/evo_m...
24,550
mit-han-lab/apq
refs/heads/master
/search.py
# Code for "APQ: Joint Search for Network Architecture, Pruning and Quantization Policy" # CVPR 2020 # Tianzhe Wang, Kuan Wang, Han Cai, Ji Lin, Zhijian Liu, Song Han # {usedtobe, kuanwang, hancai, jilin, zhijian, songhan}@mit.edu import argparse import json from methods.evolution.evo_main_gather import evolu...
{"/imagenet_codebase/run_manager/run_manager.py": ["/imagenet_codebase/utils/__init__.py"], "/elastic_nn/networks/dynamic_quantized_proxyless.py": ["/imagenet_codebase/utils/__init__.py"], "/imagenet_codebase/utils/latency_estimator.py": ["/imagenet_codebase/utils/__init__.py"], "/search.py": ["/methods/evolution/evo_m...
24,551
mit-han-lab/apq
refs/heads/master
/utils/accuracy_predictor.py
# Code for "APQ: Joint Search for Network Architecture, Pruning and Quantization Policy" # CVPR 2020 # Tianzhe Wang, Kuan Wang, Han Cai, Ji Lin, Zhijian Liu, Song Han # {usedtobe, kuanwang, hancai, jilin, zhijian, songhan}@mit.edu import torch import os import torch.nn as nn import numpy as np from utils.conv...
{"/imagenet_codebase/run_manager/run_manager.py": ["/imagenet_codebase/utils/__init__.py"], "/elastic_nn/networks/dynamic_quantized_proxyless.py": ["/imagenet_codebase/utils/__init__.py"], "/imagenet_codebase/utils/latency_estimator.py": ["/imagenet_codebase/utils/__init__.py"], "/search.py": ["/methods/evolution/evo_m...
24,552
mit-han-lab/apq
refs/heads/master
/utils/latency_predictor.py
# Code for "APQ: Joint Search for Network Architecture, Pruning and Quantization Policy" # CVPR 2020 # Tianzhe Wang, Kuan Wang, Han Cai, Ji Lin, Zhijian Liu, Song Han # {usedtobe, kuanwang, hancai, jilin, zhijian, songhan}@mit.edu import json class LatencyPredictor(): def __init__(self, platform='BitFusio...
{"/imagenet_codebase/run_manager/run_manager.py": ["/imagenet_codebase/utils/__init__.py"], "/elastic_nn/networks/dynamic_quantized_proxyless.py": ["/imagenet_codebase/utils/__init__.py"], "/imagenet_codebase/utils/latency_estimator.py": ["/imagenet_codebase/utils/__init__.py"], "/search.py": ["/methods/evolution/evo_m...
24,553
mit-han-lab/apq
refs/heads/master
/imagenet_codebase/data_providers/base_provider.py
# Code for "APQ: Joint Search for Network Architecture, Pruning and Quantization Policy" # CVPR 2020 # Tianzhe Wang, Kuan Wang, Han Cai, Ji Lin, Zhijian Liu, Song Han # {usedtobe, kuanwang, hancai, jilin, zhijian, songhan}@mit.edu import numpy as np import torch class DataProvider: SUB_SEED = 937162211 # random...
{"/imagenet_codebase/run_manager/run_manager.py": ["/imagenet_codebase/utils/__init__.py"], "/elastic_nn/networks/dynamic_quantized_proxyless.py": ["/imagenet_codebase/utils/__init__.py"], "/imagenet_codebase/utils/latency_estimator.py": ["/imagenet_codebase/utils/__init__.py"], "/search.py": ["/methods/evolution/evo_m...
24,554
mit-han-lab/apq
refs/heads/master
/quant_aware.py
# Code for "APQ: Joint Search for Network Architecture, Pruning and Quantization Policy" # CVPR 2020 # Tianzhe Wang, Kuan Wang, Han Cai, Ji Lin, Zhijian Liu, Song Han # {usedtobe, kuanwang, hancai, jilin, zhijian, songhan}@mit.edu from imagenet_codebase.run_manager import ImagenetRunConfig, RunManager import os ...
{"/imagenet_codebase/run_manager/run_manager.py": ["/imagenet_codebase/utils/__init__.py"], "/elastic_nn/networks/dynamic_quantized_proxyless.py": ["/imagenet_codebase/utils/__init__.py"], "/imagenet_codebase/utils/latency_estimator.py": ["/imagenet_codebase/utils/__init__.py"], "/search.py": ["/methods/evolution/evo_m...
24,555
mit-han-lab/apq
refs/heads/master
/test.py
# Code for "APQ: Joint Search for Network Architecture, Pruning and Quantization Policy" # CVPR 2020 # Tianzhe Wang, Kuan Wang, Han Cai, Ji Lin, Zhijian Liu, Song Han # {usedtobe, kuanwang, hancai, jilin, zhijian, songhan}@mit.edu from __future__ import absolute_import from __future__ import division from __fut...
{"/imagenet_codebase/run_manager/run_manager.py": ["/imagenet_codebase/utils/__init__.py"], "/elastic_nn/networks/dynamic_quantized_proxyless.py": ["/imagenet_codebase/utils/__init__.py"], "/imagenet_codebase/utils/latency_estimator.py": ["/imagenet_codebase/utils/__init__.py"], "/search.py": ["/methods/evolution/evo_m...
24,556
mit-han-lab/apq
refs/heads/master
/methods/evolution/evo_main_gather.py
# Code for "APQ: Joint Search for Network Architecture, Pruning and Quantization Policy" # CVPR 2020 # Tianzhe Wang, Kuan Wang, Han Cai, Ji Lin, Zhijian Liu, Song Han # {usedtobe, kuanwang, hancai, jilin, zhijian, songhan}@mit.edu from __future__ import absolute_import from __future__ import division from __fut...
{"/imagenet_codebase/run_manager/run_manager.py": ["/imagenet_codebase/utils/__init__.py"], "/elastic_nn/networks/dynamic_quantized_proxyless.py": ["/imagenet_codebase/utils/__init__.py"], "/imagenet_codebase/utils/latency_estimator.py": ["/imagenet_codebase/utils/__init__.py"], "/search.py": ["/methods/evolution/evo_m...
24,557
mit-han-lab/apq
refs/heads/master
/imagenet_codebase/data_providers/hand.py
# Code for "APQ: Joint Search for Network Architecture, Pruning and Quantization Policy" # CVPR 2020 # Tianzhe Wang, Kuan Wang, Han Cai, Ji Lin, Zhijian Liu, Song Han # {usedtobe, kuanwang, hancai, jilin, zhijian, songhan}@mit.edu import warnings import os import math import torch.utils.data import torchvision.transf...
{"/imagenet_codebase/run_manager/run_manager.py": ["/imagenet_codebase/utils/__init__.py"], "/elastic_nn/networks/dynamic_quantized_proxyless.py": ["/imagenet_codebase/utils/__init__.py"], "/imagenet_codebase/utils/latency_estimator.py": ["/imagenet_codebase/utils/__init__.py"], "/search.py": ["/methods/evolution/evo_m...
24,558
mit-han-lab/apq
refs/heads/master
/imagenet_codebase/utils/pytorch_modules.py
# Code for "APQ: Joint Search for Network Architecture, Pruning and Quantization Policy" # CVPR 2020 # Tianzhe Wang, Kuan Wang, Han Cai, Ji Lin, Zhijian Liu, Song Han # {usedtobe, kuanwang, hancai, jilin, zhijian, songhan}@mit.edu import torch import torch.nn as nn def build_activation(act_func, inplace=True): i...
{"/imagenet_codebase/run_manager/run_manager.py": ["/imagenet_codebase/utils/__init__.py"], "/elastic_nn/networks/dynamic_quantized_proxyless.py": ["/imagenet_codebase/utils/__init__.py"], "/imagenet_codebase/utils/latency_estimator.py": ["/imagenet_codebase/utils/__init__.py"], "/search.py": ["/methods/evolution/evo_m...
24,559
mit-han-lab/apq
refs/heads/master
/imagenet_codebase/data_providers/svhn.py
# Code for "APQ: Joint Search for Network Architecture, Pruning and Quantization Policy" # CVPR 2020 # Tianzhe Wang, Kuan Wang, Han Cai, Ji Lin, Zhijian Liu, Song Han # {usedtobe, kuanwang, hancai, jilin, zhijian, songhan}@mit.edu import warnings import os import math import torch.utils.data import torchvision.transf...
{"/imagenet_codebase/run_manager/run_manager.py": ["/imagenet_codebase/utils/__init__.py"], "/elastic_nn/networks/dynamic_quantized_proxyless.py": ["/imagenet_codebase/utils/__init__.py"], "/imagenet_codebase/utils/latency_estimator.py": ["/imagenet_codebase/utils/__init__.py"], "/search.py": ["/methods/evolution/evo_m...
24,560
mit-han-lab/apq
refs/heads/master
/imagenet_codebase/run_manager/__init__.py
# Code for "APQ: Joint Search for Network Architecture, Pruning and Quantization Policy" # CVPR 2020 # Tianzhe Wang, Kuan Wang, Han Cai, Ji Lin, Zhijian Liu, Song Han # {usedtobe, kuanwang, hancai, jilin, zhijian, songhan}@mit.edu from imagenet_codebase.run_manager.run_manager import * from imagenet_codebase.data_prov...
{"/imagenet_codebase/run_manager/run_manager.py": ["/imagenet_codebase/utils/__init__.py"], "/elastic_nn/networks/dynamic_quantized_proxyless.py": ["/imagenet_codebase/utils/__init__.py"], "/imagenet_codebase/utils/latency_estimator.py": ["/imagenet_codebase/utils/__init__.py"], "/search.py": ["/methods/evolution/evo_m...
24,561
mit-han-lab/apq
refs/heads/master
/imagenet_codebase/utils/__init__.py
# Code for "APQ: Joint Search for Network Architecture, Pruning and Quantization Policy" # CVPR 2020 # Tianzhe Wang, Kuan Wang, Han Cai, Ji Lin, Zhijian Liu, Song Han # {usedtobe, kuanwang, hancai, jilin, zhijian, songhan}@mit.edu import numpy as np import os import sys try: from urllib import urlretrieve except ...
{"/imagenet_codebase/run_manager/run_manager.py": ["/imagenet_codebase/utils/__init__.py"], "/elastic_nn/networks/dynamic_quantized_proxyless.py": ["/imagenet_codebase/utils/__init__.py"], "/imagenet_codebase/utils/latency_estimator.py": ["/imagenet_codebase/utils/__init__.py"], "/search.py": ["/methods/evolution/evo_m...
24,562
mit-han-lab/apq
refs/heads/master
/imagenet_codebase/networks/__init__.py
# Code for "APQ: Joint Search for Network Architecture, Pruning and Quantization Policy" # CVPR 2020 # Tianzhe Wang, Kuan Wang, Han Cai, Ji Lin, Zhijian Liu, Song Han # {usedtobe, kuanwang, hancai, jilin, zhijian, songhan}@mit.edu from imagenet_codebase.networks.proxyless_nets import ProxylessNASNets, proxyless_base ...
{"/imagenet_codebase/run_manager/run_manager.py": ["/imagenet_codebase/utils/__init__.py"], "/elastic_nn/networks/dynamic_quantized_proxyless.py": ["/imagenet_codebase/utils/__init__.py"], "/imagenet_codebase/utils/latency_estimator.py": ["/imagenet_codebase/utils/__init__.py"], "/search.py": ["/methods/evolution/evo_m...
24,563
mit-han-lab/apq
refs/heads/master
/methods/evolution/evolution_finder.py
# Code for "APQ: Joint Search for Network Architecture, Pruning and Quantization Policy" # CVPR 2020 # Tianzhe Wang, Kuan Wang, Han Cai, Ji Lin, Zhijian Liu, Song Han # {usedtobe, kuanwang, hancai, jilin, zhijian, songhan}@mit.edu import copy import random import numpy as np from utils.converter import Con...
{"/imagenet_codebase/run_manager/run_manager.py": ["/imagenet_codebase/utils/__init__.py"], "/elastic_nn/networks/dynamic_quantized_proxyless.py": ["/imagenet_codebase/utils/__init__.py"], "/imagenet_codebase/utils/latency_estimator.py": ["/imagenet_codebase/utils/__init__.py"], "/search.py": ["/methods/evolution/evo_m...
24,564
knitemblazor/Document-denoizer
refs/heads/main
/skew_correction.py
import numpy as np import cv2 import math class SkewCorrection: def __init__(self, img): self.img = img def skew_correction(self, im_arr, angle): (h, w) = im_arr.shape[:2] center = (w // 2, h // 2) M = cv2.getRotationMatrix2D(center, angle, 1.0) rotated = cv2.warpAffin...
{"/app.py": ["/parallel.py", "/skew_correction.py"], "/parallel.py": ["/denoiser.py"]}
24,565
knitemblazor/Document-denoizer
refs/heads/main
/denoiser.py
import cv2 from models import * from PIL import Image from torchvision.utils import * import torchvision.transforms as transforms class DeNoiser: def __init__(self): self.cuda = True if torch.cuda.is_available() else False if self.cuda: self.generator = GeneratorUNet().cuda() ...
{"/app.py": ["/parallel.py", "/skew_correction.py"], "/parallel.py": ["/denoiser.py"]}
24,566
knitemblazor/Document-denoizer
refs/heads/main
/app.py
from flask import Flask, jsonify, request from parallel import ReSolver from skew_correction import SkewCorrection from PIL import Image import numpy as np app = Flask(__name__) @app.route("/", methods=['POST']) def index(): if request.method == 'POST': # request_data = request.form['text'] # pri...
{"/app.py": ["/parallel.py", "/skew_correction.py"], "/parallel.py": ["/denoiser.py"]}
24,567
knitemblazor/Document-denoizer
refs/heads/main
/parallel.py
import numpy as np import cv2 from denoiser import DeNoiser from joblib import parallel_backend from joblib import Parallel, delayed from PIL import Image class ReSolver: def __init__(self, img): try: self.gray = cv2.cvtColor(img, cv2.COLOR_BGR2GRAY) except: self.gray = img...
{"/app.py": ["/parallel.py", "/skew_correction.py"], "/parallel.py": ["/denoiser.py"]}
24,573
obrazowaniebiomedyczne/laboratorium-1-wt-tn-17-05-comm0
refs/heads/master
/check.py
import numpy as np from solution import * from obpng import write_png from obpng import read_png # Dostateczna print("- Ocena dostateczna") ## Kwadrat print(" kwadrat") image = square(512, 128, (32, 64)) write_png(image, 'results/1_square.png') # Kółko print(" kółka") image = midcircle((512, 256)) write_png(image...
{"/check.py": ["/solution.py", "/obpng.py"]}
24,574
obrazowaniebiomedyczne/laboratorium-1-wt-tn-17-05-comm0
refs/heads/master
/obpng.py
import zlib, struct import numpy as np MAGIC_NUMBER = b'\x89PNG\x0d\x0a\x1a\x0a' PACK_FORMAT = "!2I5B" DEPTH_TO_COLOR_TYPES = { 1:0, # Grayscale 2:4, # Grayscale with alpha 3:2, # RGB 4:6 # RGBA } COLOR_TYPES_TO_DEPTH = { 0:1, # Grayscale 4:2, # Grayscale with alpha 2:3, # RGB 6:4 # R...
{"/check.py": ["/solution.py", "/obpng.py"]}
24,575
obrazowaniebiomedyczne/laboratorium-1-wt-tn-17-05-comm0
refs/heads/master
/solution.py
""" Rozwiązania do laboratorium 1 z Obrazowania Biomedycznego. """ import numpy as np """ 3 - Kwadrat """ def square(size, side, start): image = np.zeros((size, size)).astype(np.uint8) for i in range(start[0],side): for j in range(start[1],side): image[i,j] = 255 return image """ 3 - Koło """ ...
{"/check.py": ["/solution.py", "/obpng.py"]}
24,578
Amerikranian/AudioGame-Sample-with-Pyglet
refs/heads/master
/src/Player.py
import timer, sound_pool as sp, random class Player: def __init__(self): self.x = 0 self.y = 0 self.z = 0 self.movetimer = timer.timer() self.movetime = 200 def can_move(self): if self.movetimer.elapsed <= self.movetime: return False return True def ...
{"/src/dialog.py": ["/speech.py"], "/src/Menu.py": ["/speech.py"], "/src/sound_lib/external/pybassflac.py": ["/src/sound_lib/external/__init__.py"]}
24,579
Amerikranian/AudioGame-Sample-with-Pyglet
refs/heads/master
/src/sound_lib/external/pybassenc.py
"BASSENC wrapper by Christopher Toth""" import ctypes import os import platform import pybass from paths import x86_path, x64_path import libloader bassenc_module = libloader.load_library('bassenc', x86_path=x86_path, x64_path=x64_path) func_type = libloader.get_functype() HENCODE = ctypes.c_ulong #encoder handle #...
{"/src/dialog.py": ["/speech.py"], "/src/Menu.py": ["/speech.py"], "/src/sound_lib/external/pybassflac.py": ["/src/sound_lib/external/__init__.py"]}
24,580
Amerikranian/AudioGame-Sample-with-Pyglet
refs/heads/master
/src/sound_lib/effects/__init__.py
from __future__ import absolute_import from .tempo import Tempo
{"/src/dialog.py": ["/speech.py"], "/src/Menu.py": ["/speech.py"], "/src/sound_lib/external/pybassflac.py": ["/src/sound_lib/external/__init__.py"]}
24,581
Amerikranian/AudioGame-Sample-with-Pyglet
refs/heads/master
/src/timer.py
#Written by Stevo. import time def ms(): return time.time()*1000 class timer: def __init__(self): self.starttime=ms() self.paused_at_time=0 self.paused=False @property def elapsed(self): if not self.paused: return ms() -self.starttime else: return self.paused_at_time def restart(self): self.start...
{"/src/dialog.py": ["/speech.py"], "/src/Menu.py": ["/speech.py"], "/src/sound_lib/external/pybassflac.py": ["/src/sound_lib/external/__init__.py"]}
24,582
Amerikranian/AudioGame-Sample-with-Pyglet
refs/heads/master
/src/Main.py
from Player import * from Map import * from Menu import * from Window import * from Menus import * sp.p.set_pack_name("sounds/") sp.p.set_ext(".ogg") class main_app: def __init__(self): self.window_handler = Window("Testing app") self.menu_handler = Menu() self.player = Player() self.map_handler = Map(0, 0,...
{"/src/dialog.py": ["/speech.py"], "/src/Menu.py": ["/speech.py"], "/src/sound_lib/external/pybassflac.py": ["/src/sound_lib/external/__init__.py"]}
24,583
Amerikranian/AudioGame-Sample-with-Pyglet
refs/heads/master
/src/Window.py
import pygame class Window: def __init__(self, caption): pygame.init() self.screen = pygame.display.set_mode((800, 600)) #Screen size pygame.display.set_caption(str(caption))
{"/src/dialog.py": ["/speech.py"], "/src/Menu.py": ["/speech.py"], "/src/sound_lib/external/pybassflac.py": ["/src/sound_lib/external/__init__.py"]}
24,584
Amerikranian/AudioGame-Sample-with-Pyglet
refs/heads/master
/src/Sound_positioning.py
#99.9% of this was not done by me, Amerikranian. #The functions and formulas for the sounds were written by Carter Tem to the best of my knowledge #The only thing I, Amerikranian added is keeping the sound's pitch, because I thought it would be useful. import math def position_sound_1d(handle, listener_x, source_x, pan...
{"/src/dialog.py": ["/speech.py"], "/src/Menu.py": ["/speech.py"], "/src/sound_lib/external/pybassflac.py": ["/src/sound_lib/external/__init__.py"]}
24,585
Amerikranian/AudioGame-Sample-with-Pyglet
refs/heads/master
/src/Menus.py
#This should be used only for placing additional menus #m must be the object of the menu class def mainmenu(m): m.reset() m.add_item("Start game") m.add_item("Exit") m.add_music("music/mainMenuMusic") m.set_intro("Welcome!") m.set_move_sound("clicks/click") return m.run()
{"/src/dialog.py": ["/speech.py"], "/src/Menu.py": ["/speech.py"], "/src/sound_lib/external/pybassflac.py": ["/src/sound_lib/external/__init__.py"]}
24,586
Amerikranian/AudioGame-Sample-with-Pyglet
refs/heads/master
/speech.py
from accessible_output2.outputs.auto import Auto from accessible_output2.outputs import auto def find_tts(): screen_readers=["Dolphin","jaws","NVDA","Unnamed Output","VoiceOver","Window-Eyes"] outputs=Auto().outputs sr=None for possible_output in outputs: if not possible_output.name in screen_readers: #revirce fo...
{"/src/dialog.py": ["/speech.py"], "/src/Menu.py": ["/speech.py"], "/src/sound_lib/external/pybassflac.py": ["/src/sound_lib/external/__init__.py"]}
24,587
Amerikranian/AudioGame-Sample-with-Pyglet
refs/heads/master
/src/sound_lib/external/__init__.py
from __future__ import absolute_import import platform from . import pybassopus if platform.system() == 'Windows': from . import pybasswma if platform.system() != 'Darwin': from . import pybass_aac from . import pybass_alac from . import pybassflac from . import pybassmidi
{"/src/dialog.py": ["/speech.py"], "/src/Menu.py": ["/speech.py"], "/src/sound_lib/external/pybassflac.py": ["/src/sound_lib/external/__init__.py"]}
24,588
Amerikranian/AudioGame-Sample-with-Pyglet
refs/heads/master
/src/sound_lib/effects/bass_fx.py
from sound_lib.external import pybass_fx from effect import SoundEffect class Volume(SoundEffect): effect_type = pybass_fx.BASS_FX_BFX_VOLUME struct = pybass_fx.BASS_BFX_VOLUME class PeakEq(SoundEffect): effect_type = pybass_fx.BASS_FX_BFX_PEAKEQ struct = pybass_fx.BASS_BFX_PEAKEQ class DAmp(SoundEffect): effect...
{"/src/dialog.py": ["/speech.py"], "/src/Menu.py": ["/speech.py"], "/src/sound_lib/external/pybassflac.py": ["/src/sound_lib/external/__init__.py"]}
24,589
Amerikranian/AudioGame-Sample-with-Pyglet
refs/heads/master
/src/dialog.py
import wx,pygame, pygame.locals as pl from speech import speak def dialog(text): speak(text) while 1: for event in pygame.event.get(): if event.type == pygame.KEYDOWN: if event.key == pl.K_RETURN: return elif event.key == pl.K_UP or event.key == pl.K_RIGHT or event.key == pl.K_DOWN or event.key == pl.K_L...
{"/src/dialog.py": ["/speech.py"], "/src/Menu.py": ["/speech.py"], "/src/sound_lib/external/pybassflac.py": ["/src/sound_lib/external/__init__.py"]}
24,590
Amerikranian/AudioGame-Sample-with-Pyglet
refs/heads/master
/src/sound_pool.py
#Credit to Carter Tem who wrote the fixed Sound positioning functions and the actual Sound class. #Without him, we would have no Sound pool at all. #Please note: The conversion was done with the 3D Sound_pool by Sam Tupy. #The package can be found at the following URL: http://www.samtupy.com/dev/simple_3d_Sound_pool.zi...
{"/src/dialog.py": ["/speech.py"], "/src/Menu.py": ["/speech.py"], "/src/sound_lib/external/pybassflac.py": ["/src/sound_lib/external/__init__.py"]}
24,591
Amerikranian/AudioGame-Sample-with-Pyglet
refs/heads/master
/src/sound_lib/__init__.py
__author__ = 'Christopher Toth' __version__ = 0.8 def find_datafiles(): from glob import glob import os import platform import sound_lib path = os.path.join(sound_lib.__path__[0], 'lib') system = platform.system() if system == 'Windows': file_ext = '*.dll' elif system == 'Darwin': file_ext = '*.dylib' el...
{"/src/dialog.py": ["/speech.py"], "/src/Menu.py": ["/speech.py"], "/src/sound_lib/external/pybassflac.py": ["/src/sound_lib/external/__init__.py"]}
24,592
Amerikranian/AudioGame-Sample-with-Pyglet
refs/heads/master
/src/Sound.py
#Written By Carter Tem #No part of this class was done by me, Amerikranian. This is Carter's work alone. import math import sound_lib from sound_lib import output from sound_lib import stream o=output.Output() class sound(): def __init__(self): self.handle=None self.freq=44100 def load(self,filename=""): if sel...
{"/src/dialog.py": ["/speech.py"], "/src/Menu.py": ["/speech.py"], "/src/sound_lib/external/pybassflac.py": ["/src/sound_lib/external/__init__.py"]}
24,593
Amerikranian/AudioGame-Sample-with-Pyglet
refs/heads/master
/src/Menu.py
import pygame, pygame.locals as pl, sound_pool as sp, dialog, timer from speech import speak class menu_exception(Exception): pass class menu_item: def __init__(self,text,can_click=True,slider=False,sliderval=0,minval=0,maxval=0): if can_click: self.text=text else: self.text=text+", unavailable" self.can_clic...
{"/src/dialog.py": ["/speech.py"], "/src/Menu.py": ["/speech.py"], "/src/sound_lib/external/pybassflac.py": ["/src/sound_lib/external/__init__.py"]}
24,594
Amerikranian/AudioGame-Sample-with-Pyglet
refs/heads/master
/src/sound_lib/external/pybassflac.py
from __future__ import absolute_import # Copyright(c) Max Kolosov 2009 maxkolosov@inbox.ru # http://vosolok2008.narod.ru # BSD license __version__ = '0.1' __versionTime__ = '2009-11-15' __author__ = 'Max Kolosov <maxkolosov@inbox.ru>' __doc__ = ''' pybassflac.py - is ctypes python module for BASSFLAC - extension to th...
{"/src/dialog.py": ["/speech.py"], "/src/Menu.py": ["/speech.py"], "/src/sound_lib/external/pybassflac.py": ["/src/sound_lib/external/__init__.py"]}
24,595
Amerikranian/AudioGame-Sample-with-Pyglet
refs/heads/master
/src/sound_lib/encoder.py
from external import pybass, pybassenc from main import bass_call, bass_call_0, FlagObject class Encoder(FlagObject): def setup_flag_mapping(self): #super(Encoder, self).setup_flag_mapping() self.flag_mapping = { 'pcm': pybassenc.BASS_ENCODE_PCM, 'no_header': pybassenc.BASS_ENCODE_NOHEAD, 'rf64': pybass...
{"/src/dialog.py": ["/speech.py"], "/src/Menu.py": ["/speech.py"], "/src/sound_lib/external/pybassflac.py": ["/src/sound_lib/external/__init__.py"]}
24,598
openstack/rally-openstack
refs/heads/master
/rally_openstack/task/scenarios/barbican/secrets.py
# Copyright 2018 Red Hat, Inc. <http://www.redhat.com> # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required b...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...
24,599
openstack/rally-openstack
refs/heads/master
/tests/unit/task/scenarios/mistral/test_executions.py
# Copyright 2016: Nokia Inc. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by a...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...
24,600
openstack/rally-openstack
refs/heads/master
/rally_openstack/task/contexts/keystone/users.py
# Copyright 2014: Mirantis Inc. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required b...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...
24,601
openstack/rally-openstack
refs/heads/master
/tests/unit/task/contexts/sahara/test_sahara_image.py
# All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software #...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...
24,602
openstack/rally-openstack
refs/heads/master
/rally_openstack/task/scenarios/mistral/executions.py
# All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...
24,603
openstack/rally-openstack
refs/heads/master
/rally_openstack/task/hooks/fault_injection.py
# Copyright 2016: Mirantis Inc. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required b...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...
24,604
openstack/rally-openstack
refs/heads/master
/tests/unit/task/scenarios/loadbalancer/test_pools.py
# Copyright 2018: Red Hat Inc. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...
24,605
openstack/rally-openstack
refs/heads/master
/rally_openstack/task/contexts/network/routers.py
# Copyright 2017: Orange # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...
24,606
openstack/rally-openstack
refs/heads/master
/tests/unit/task/scenarios/neutron/test_bgpvpn.py
# Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # d...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...
24,607
openstack/rally-openstack
refs/heads/master
/rally_openstack/verification/tempest/context.py
# Copyright 2017: Mirantis Inc. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required b...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...
24,608
openstack/rally-openstack
refs/heads/master
/rally_openstack/task/scenarios/cinder/volumes.py
# Copyright 2013 Huawei Technologies Co.,LTD. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unl...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...
24,609
openstack/rally-openstack
refs/heads/master
/rally_openstack/task/contexts/sahara/sahara_image.py
# All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software #...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...
24,610
openstack/rally-openstack
refs/heads/master
/tests/unit/doc/test_docker_readme.py
# All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...
24,611
openstack/rally-openstack
refs/heads/master
/rally_openstack/task/scenarios/magnum/utils.py
# All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...
24,612
openstack/rally-openstack
refs/heads/master
/tests/unit/task/scenarios/monasca/test_metrics.py
# All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software #...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...
24,613
openstack/rally-openstack
refs/heads/master
/rally_openstack/task/scenarios/gnocchi/resource.py
# Copyright 2017 Red Hat, Inc. <http://www.redhat.com> # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required b...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...
24,614
openstack/rally-openstack
refs/heads/master
/tests/unit/task/contexts/vm/test_image_command_customizer.py
# Copyright 2015: Mirantis Inc. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required b...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...
24,615
openstack/rally-openstack
refs/heads/master
/rally_openstack/task/contexts/quotas/neutron_quotas.py
# All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...
24,616
openstack/rally-openstack
refs/heads/master
/tests/unit/task/scenarios/vm/test_vmtasks.py
# Copyright 2013: Rackspace UK # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...
24,617
openstack/rally-openstack
refs/heads/master
/rally_openstack/task/contexts/glance/images.py
# All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software #...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...
24,618
openstack/rally-openstack
refs/heads/master
/tests/unit/task/scenarios/quotas/test_quotas.py
# Copyright 2014: Kylin Cloud # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by ...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...
24,619
openstack/rally-openstack
refs/heads/master
/rally_openstack/task/contexts/keystone/roles.py
# Copyright 2014: Mirantis Inc. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required b...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...
24,620
openstack/rally-openstack
refs/heads/master
/tests/unit/task/scenarios/murano/test_environments.py
# Copyright 2015: Mirantis Inc. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required b...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...
24,621
openstack/rally-openstack
refs/heads/master
/tests/unit/task/cleanup/test_resources.py
# Copyright 2014: Mirantis Inc. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required b...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...
24,622
openstack/rally-openstack
refs/heads/master
/rally_openstack/common/services/heat/main.py
# # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # ...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...
24,623
openstack/rally-openstack
refs/heads/master
/rally_openstack/common/cfg/glance.py
# Copyright 2013: Mirantis Inc. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required b...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...
24,624
openstack/rally-openstack
refs/heads/master
/rally_openstack/common/wrappers/network.py
# Copyright 2014: Mirantis Inc. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required b...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...
24,625
openstack/rally-openstack
refs/heads/master
/tests/unit/task/scenarios/vm/test_utils.py
# Copyright 2013: Mirantis Inc. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required b...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...
24,626
openstack/rally-openstack
refs/heads/master
/rally_openstack/task/contexts/swift/objects.py
# Copyright 2015: Cisco Systems, Inc. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless requ...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...
24,627
openstack/rally-openstack
refs/heads/master
/rally_openstack/task/contexts/quotas/quotas.py
# Copyright 2014: Dassault Systemes # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless requir...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...
24,628
openstack/rally-openstack
refs/heads/master
/tests/unit/task/scenarios/ironic/test_nodes.py
# Copyright 2015: Mirantis Inc. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required b...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...
24,629
openstack/rally-openstack
refs/heads/master
/rally_openstack/task/scenarios/glance/images.py
# Copyright 2014: Mirantis Inc. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required b...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...
24,630
openstack/rally-openstack
refs/heads/master
/tests/unit/task/contexts/nova/test_flavors.py
# Copyright 2014: Mirantis Inc. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required b...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...
24,631
openstack/rally-openstack
refs/heads/master
/tests/unit/test.py
# Copyright 2013: Mirantis Inc. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required b...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...
24,632
openstack/rally-openstack
refs/heads/master
/tests/unit/task/cleanup/test_base.py
# Copyright 2014: Mirantis Inc. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required b...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...
24,633
openstack/rally-openstack
refs/heads/master
/rally_openstack/task/scenarios/barbican/orders.py
# Copyright 2018 Red Hat, Inc. <http://www.redhat.com> # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required b...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...
24,634
openstack/rally-openstack
refs/heads/master
/tests/unit/task/scenarios/sahara/test_node_group_templates.py
# Copyright 2014: Mirantis Inc. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required b...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...
24,635
openstack/rally-openstack
refs/heads/master
/tests/unit/verification/tempest/test_config.py
# Copyright 2014: Mirantis Inc. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required b...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...
24,636
openstack/rally-openstack
refs/heads/master
/rally_openstack/task/contexts/sahara/sahara_output_data_sources.py
# Copyright 2015: Mirantis Inc. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or ...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...
24,637
openstack/rally-openstack
refs/heads/master
/tests/unit/task/scenarios/mistral/test_workbooks.py
# Copyright 2015: Mirantis Inc. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required b...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...
24,638
openstack/rally-openstack
refs/heads/master
/tests/unit/task/contexts/manila/test_manila_shares.py
# Copyright 2016 Mirantis Inc. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...
24,639
openstack/rally-openstack
refs/heads/master
/rally_openstack/common/services/image/image.py
# # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # ...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...
24,640
openstack/rally-openstack
refs/heads/master
/tests/unit/task/scenarios/heat/test_stacks.py
# Copyright 2014: Mirantis Inc. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required b...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...
24,641
openstack/rally-openstack
refs/heads/master
/rally_openstack/task/cleanup/base.py
# Copyright 2014: Mirantis Inc. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required b...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...
24,642
openstack/rally-openstack
refs/heads/master
/rally_openstack/task/scenarios/ironic/utils.py
# Copyright 2015: Mirantis Inc. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required b...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...
24,643
openstack/rally-openstack
refs/heads/master
/tests/unit/common/services/identity/test_identity.py
# All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...
24,644
openstack/rally-openstack
refs/heads/master
/rally_openstack/common/cfg/sahara.py
# Copyright 2013: Mirantis Inc. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required b...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...
24,645
openstack/rally-openstack
refs/heads/master
/tests/unit/task/contexts/network/test_network.py
# Copyright 2014: Mirantis Inc. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required b...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...
24,646
openstack/rally-openstack
refs/heads/master
/tests/unit/task/scenarios/sahara/test_utils.py
# Copyright 2014: Mirantis Inc. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required b...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...
24,647
openstack/rally-openstack
refs/heads/master
/tests/unit/task/contexts/keystone/test_users.py
# Copyright 2014: Mirantis Inc. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required b...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...
24,648
openstack/rally-openstack
refs/heads/master
/tests/unit/common/services/identity/test_keystone_v2.py
# All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...
24,649
openstack/rally-openstack
refs/heads/master
/rally_openstack/task/contexts/network/existing_network.py
# All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software #...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...
24,650
openstack/rally-openstack
refs/heads/master
/tests/unit/task/scenarios/watcher/test_utils.py
# Copyright 2016: Servionica LTD. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...
24,651
openstack/rally-openstack
refs/heads/master
/rally_openstack/task/scenarios/sahara/utils.py
# Copyright 2014: Mirantis Inc. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required b...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...
24,652
openstack/rally-openstack
refs/heads/master
/rally_openstack/task/scenarios/designate/utils.py
# Copyright 2014 Hewlett-Packard Development Company, L.P. # # Author: Endre Karlson <endre.karlson@hp.com> # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/lice...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...
24,653
openstack/rally-openstack
refs/heads/master
/rally_openstack/verification/tempest/config.py
# Copyright 2014: Mirantis Inc. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required b...
{"/tests/unit/doc/test_docker_readme.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_zuul_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/rally_jobs/test_jobs.py": ["/rally_openstack/__init__.py"], "/tests/unit/test__compat.py": ["/rally_openstack/__init__.py"], "/tests/functional/test_task...