code stringlengths 10 805k | def_use_chains listlengths 0 667 |
|---|---|
from django import forms
from django.contrib.auth.models import User
from django.contrib.auth.forms import UserCreationForm as BaseUserCreationForm
# from crispy_forms.helper import FormHelper
# from crispy_forms.layout import Submit
import sys
import os
from .models import User_Profile
sys.path.append(os.path.dirname... | [
[
[
19,
24
],
[
525,
530
],
[
578,
583
],
[
745,
750
],
[
862,
867
],
[
2280,
2285
],
[
2675,
2680
],
[
2880,
2885
],
[
3400,
3405
],
... |
from flask import render_template, request
from flask_script import Manager, Server
from app import app
from model import Content, Summary, Article
import app.static.summ as summarizationModel
import os, json, logging
@app.route('/', endpoint='ACCESS')
@app.route('/index.html', endpoint='ACCESSFILE')
def index():
... | [
[
[
18,
33
],
[
383,
398
]
],
[
[
35,
42
],
[
652,
659
]
],
[
[
68,
75
],
[
1731,
1738
]
],
[
[
77,
83
],
[
1777,
1783
]
],
[
[
10... |
# -*- coding: utf-8 -*-
# Copyright 2014-2016 OpenMarket Ltd
#
# 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 applicab... | [
[
[
646,
658
],
[
4269,
4281
]
],
[
[
660,
672
],
[
3888,
3900
]
],
[
[
674,
694
],
[
3790,
3810
]
],
[
[
696,
720
],
[
9874,
9898
]
],
[
... |
"""
# Sample code to perform I/O:
name = input() # Reading input from STDIN
print('Hi, %s.' % name) # Writing output to STDOUT
# Warning: Printing unwanted or ill-formatted data to output will cause the test cases to fail
"""
# Write your code here
from collections import deque, defaultdict
... | [
[
[
301,
306
],
[
402,
407
]
],
[
[
308,
319
],
[
703,
714
]
],
[
[
336,
341
],
[
595,
600
],
[
652,
657
],
[
785,
790
]
],
[
[
348,
... |
"""
Django settings for apply project.
For more information on this file, see
https://docs.djangoproject.com/en/1.6/topics/settings/
For the full list of settings and their values, see
https://docs.djangoproject.com/en/1.6/ref/settings/
"""
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
impo... | [
[
[
323,
325
],
[
337,
339
],
[
353,
355
]
],
[
[
326,
334
],
[
2436,
2444
]
],
[
[
585,
595
]
],
[
[
718,
723
]
],
[
[
732,
746
]
],
[
... |
"""
WSGI config for Boats & Joy project.
It exposes the WSGI callable as a module-level variable named ``application``.
For more information on this file, see
https://docs.djangoproject.com/en/3.0/howto/deployment/wsgi/
"""
import os
from django.core.wsgi import get_wsgi_application
os.environ.setdefault('DJANGO_S... | [
[
[
234,
236
],
[
289,
291
]
],
[
[
267,
287
],
[
382,
402
]
],
[
[
368,
379
]
]
] |
#!/usr/bin/env python
#
# Public Domain 2014-2016 MongoDB, Inc.
# Public Domain 2008-2014 WiredTiger, Inc.
#
# This is free and unencumbered software released into the public domain.
#
# Anyone is free to copy, modify, publish, use, compile, sell, or
# distribute this software, either in source code form or as a compil... | [
[
[
1306,
1316
]
],
[
[
1318,
1328
],
[
1579,
1589
],
[
1688,
1698
],
[
1782,
1792
],
[
1879,
1889
],
[
1983,
1993
],
[
2167,
2177
],
[
2371,
... |
# pylint: skip-file
HARDWARE_ITEMS = [
{'attributes': [],
'capacity': '999',
'description': 'Unknown',
'itemCategory': {'categoryCode': 'unknown', 'id': 325},
'keyName': 'UNKNOWN',
'prices': [{'accountRestrictions': [],
'currentPriceFlag': '',
'hourlyRecurr... | [
[
[
20,
34
],
[
27658,
27672
]
],
[
[
6224,
6242
]
],
[
[
12216,
12235
]
],
[
[
15477,
15489
]
],
[
[
23970,
23987
]
],
[
[
26568,
26581
],
[
2747... |
f = lambda x: x + 1
map(f, [1, 2, 3, 4]) | [
[
[
0,
1
],
[
25,
26
]
]
] |
import os
import time
from slackclient import SlackClient
import bot_id
# Instructor and student imports
import wray.slacklib
import joe.slacklib
import chris.slacklib
# constants
try:
AT_BOT = "<@" + bot_id.get_id() + ">"
except TypeError:
pass
# instantiate client
slack_client = SlackClient(os.environ.get... | [
[
[
7,
9
],
[
306,
308
]
],
[
[
17,
21
],
[
2144,
2148
]
],
[
[
46,
57
],
[
294,
305
]
],
[
[
66,
72
],
[
208,
214
]
],
[
[
114,
... |
"""Auto-generated file, do not edit by hand. PH metadata"""
from ..phonemetadata import NumberFormat, PhoneNumberDesc, PhoneMetadata
PHONE_METADATA_PH = PhoneMetadata(id='PH', country_code=63, international_prefix='00',
general_desc=PhoneNumberDesc(national_number_pattern='1800\\d{7,9}|(?:2|[89]\\d{4})\\d{5}|[2-8]... | [
[
[
88,
100
],
[
1104,
1116
],
[
1241,
1253
],
[
1390,
1402
],
[
1716,
1728
],
[
1909,
1921
],
[
2058,
2070
],
[
2221,
2233
],
[
2374,
2386
... |
# -*- coding: UTF-8 -*-
from __future__ import unicode_literals
from datetime import timedelta
from django.conf import settings
from django.contrib.auth.decorators import login_required
from django.shortcuts import render
from django.utils.timezone import now as tz_now
@login_required
def start_page(request):
# ... | [
[
[
47,
63
]
],
[
[
85,
94
],
[
424,
433
]
],
[
[
120,
128
],
[
969,
977
]
],
[
[
172,
186
],
[
274,
288
]
],
[
[
216,
222
],
[
23... |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT license.
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
from __future__ import unicode_literals
import collections
import inspect
from athena.onnx import constants
... | [
[
[
122,
137
]
],
[
[
161,
169
]
],
[
[
193,
207
]
],
[
[
231,
247
]
],
[
[
256,
267
],
[
352,
363
]
],
[
[
275,
282
],
[
940,
947
],
... |
# -*- coding: utf-8 -*-
# This code is part of Qiskit.
#
# (C) Copyright IBM 2017, 2020.
#
# This code is licensed under the Apache License, Version 2.0. You may
# obtain a copy of this license in the LICENSE.txt file in the root directory
# of this source tree or at http://www.apache.org/licenses/LICENSE-2.0.
#
# Any... | [
[
[
534,
538
],
[
1108,
1112
],
[
2064,
2068
],
[
3172,
3176
],
[
4250,
4254
],
[
4320,
4324
],
[
4555,
4559
],
[
4687,
4691
]
],
[
[
540,
... |
import math
from typing import Dict, Union, List
import torch
from torch import nn, Tensor
from .. import properties as p
def fix_msk(mol: Dict[str, Tensor], idx: Tensor):
_, atm, dim = mol[p.pos].size()
msk = torch.zeros([atm, dim], dtype=torch.bool, device=idx.device)
msk[idx, :] = True
return msk
... | [
[
[
7,
11
],
[
1195,
1199
]
],
[
[
31,
35
],
[
141,
145
],
[
581,
585
],
[
1233,
1237
]
],
[
[
37,
42
],
[
388,
393
],
[
912,
917
... |
import numpy as np
import sys
sys.dont_write_bytecode = True
def ExtractCameraPose(E, K):
U, S, V_T = np.linalg.svd(E)
W = np.array([[0, -1, 0], [1, 0, 0], [0, 0, 1]])
# print("E svd U", U)
# print("E svd S", S)
# print("E svd U[:, 2]", U[:, 2])
R = []
C = []
R.append(np.dot(U, np.do... | [
[
[
7,
18
],
[
109,
111
],
[
134,
136
],
[
305,
307
],
[
315,
317
],
[
345,
347
],
[
355,
357
],
[
385,
387
],
[
395,
397
],
[
... |
from rest_framework import generics, authentication, permissions
from rest_framework.authtoken.views import ObtainAuthToken
from rest_framework.settings import api_settings
from user.serializers import UserSerializer, AuthTokenSerializer
class CreateUserView(generics.CreateAPIView):
"""Create a new user in the s... | [
[
[
27,
35
],
[
262,
270
],
[
576,
584
]
],
[
[
37,
51
],
[
717,
731
]
],
[
[
53,
64
],
[
780,
791
]
],
[
[
108,
123
],
[
391,
4... |
"""myblog URL Configuration
The `urlpatterns` list routes URLs to views. For more information please see:
https://docs.djangoproject.com/en/2.1/topics/http/urls/
Examples:
Function views
1. Add an import: from my_app import views
2. Add a URL to urlpatterns: path('', views.home, name='home')
Class-based ... | [
[
[
657,
662
],
[
728,
733
]
],
[
[
687,
691
],
[
713,
717
]
],
[
[
693,
704
]
]
] |
a = [0, 1, 2]
b = [0, 1]
for a, b in zip(a, b):
print(a, b) | [
[
[
0,
1
],
[
41,
42
]
],
[
[
14,
15
],
[
44,
45
]
],
[
[
29,
30
],
[
58,
59
]
],
[
[
32,
33
],
[
61,
62
]
]
] |
# -*- coding: utf-8 -*-
"""
Created on Wed Aug 7 09:36:45 2019
@author: MyPC
"""
import pandas as pd
import matplotlib.pyplot as plt
import matplotlib
import math
import pymssql
import numpy as np
import copy
import re
from sklearn import preprocessing
from sklearn.linear_model import LinearRegression... | [
[
[
96,
108
],
[
407,
409
]
],
[
[
117,
141
]
],
[
[
150,
160
]
],
[
[
170,
174
]
],
[
[
183,
190
]
],
[
[
199,
210
]
],
[
[
219,
223
... |
"""
This file contains the implementation of the main class object: anaRDPacct --- an analytical moment accountant
that keeps track the effects of a hetereogeneous sequence of randomized algorithms using the RDP technique.
In particular it supports amplification of RDP by subsampling without replacement and the ampli... | [
[
[
412,
423
],
[
999,
1001
],
[
1034,
1036
],
[
1098,
1100
],
[
1229,
1231
],
[
1304,
1306
],
[
1359,
1361
],
[
1377,
1379
],
[
1420,
1422
... |
import logging
import unittest
import numpy as np
from cave.utils.statistical_tests import paired_permutation, paired_t_student
class TestStatisticalTests(unittest.TestCase):
def setUp(self):
self.logger = logging.getLogger("TestStatisticalTests")
def test_paired_permutation(self):
""" Tes... | [
[
[
7,
14
],
[
223,
230
]
],
[
[
22,
30
],
[
159,
167
]
],
[
[
39,
50
],
[
368,
370
],
[
941,
943
]
],
[
[
93,
111
],
[
483,
501... |
import ibmsecurity.utilities.tools
import logging
logger = logging.getLogger(__name__)
module_uri = "/isam/felb/configuration/services/"
requires_modulers = None
requires_version = None
def add(isamAppliance, service_name, address, active, port, weight, secure, ssllabel, check_mode=False, force=False):
"""
... | [
[
[
7,
34
],
[
5575,
5586
]
],
[
[
42,
49
],
[
60,
67
]
],
[
[
51,
57
]
],
[
[
89,
99
],
[
729,
739
],
[
1930,
1940
],
[
2389,
2... |
# Copyright 2018 The TensorFlow Probability Authors.
#
# 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 o... | [
[
[
790,
804
],
[
1277,
1291
]
],
[
[
811,
825
],
[
1297,
1311
]
],
[
[
832,
846
],
[
1317,
1331
]
],
[
[
1200,
1215
],
[
1339,
1354
],
[
... |
# Copyright 2020 The ElasticDL Authors. 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... | [
[
[
609,
620
],
[
1591,
1593
]
],
[
[
628,
637
],
[
1545,
1548
]
],
[
[
645,
661
],
[
749,
751
],
[
802,
804
],
[
855,
857
],
[
932,
... |
import requests
# Vuln Base Info
def info():
return {
"author": "cckuailong",
"name": '''Geddy before v13.0.8 LFI''',
"description": '''Directory traversal vulnerability in lib/app/index.js in Geddy before 13.0.8 for Node.js allows remote attackers to read arbitrary files via a ..%2f (dot ... | [
[
[
7,
15
],
[
1137,
1145
]
],
[
[
39,
43
],
[
1336,
1340
]
],
[
[
889,
900
]
],
[
[
947,
950
],
[
1515,
1518
]
],
[
[
1494,
1497
]
],
[... |
import math
n = 100
print(sum(map(int, str(math.factorial(n))))) | [
[
[
7,
11
],
[
43,
47
]
],
[
[
12,
13
],
[
58,
59
]
]
] |
import os
import sys
import numpy as np
import cv2
import statistics
import datetime
def getMedian(arr, x, y):
values = []
for a in arr:
values.append(a[x][y])
return statistics.median_grouped(values)
def getMean(arr, x, y):
values = []
for a in arr:
values.append(a[x][y])
retu... | [
[
[
7,
9
]
],
[
[
17,
20
],
[
615,
618
]
],
[
[
28,
39
],
[
1636,
1638
],
[
1663,
1665
]
],
[
[
47,
50
],
[
961,
964
],
[
2357,
... |
#9TH PROGRAM
# THIS PROGRAM WILL HELP IN ACCESSING DICTIONARY ITEMS AND PERFROM CERTAIN OPERATIONS WITH DICTIONARY
ages = {} #EMPTY DICTIONARY
ages["Micky"] = 24
ages["Lucky"] = 25
print(ages)
keys = ages.keys # .keys prints all the keys avaialble in Dictionary
print(keys)
values = ages.values # .values prints a... | [
[
[
117,
121
],
[
147,
151
],
[
166,
170
],
[
192,
196
],
[
206,
210
],
[
290,
294
],
[
387,
391
],
[
451,
455
],
[
615,
619
],
[
... |
from __future__ import print_function
import itertools
from PhysicsTools.Heppy.analyzers.core.Analyzer import Analyzer
from PhysicsTools.Heppy.analyzers.core.AutoHandle import AutoHandle
from PhysicsTools.HeppyCore.framework.event import Event
from PhysicsTools.HeppyCore.statistics.counter import Counter, Counters
fr... | [
[
[
23,
37
]
],
[
[
45,
54
]
],
[
[
111,
119
],
[
396,
404
]
],
[
[
177,
187
],
[
1057,
1067
]
],
[
[
239,
244
]
],
[
[
299,
306
]
],
... |
from django.contrib import admin
from .models import blog
# Register your models here.
admin.site.register(blog) | [
[
[
27,
32
],
[
89,
94
]
],
[
[
54,
58
],
[
109,
113
]
]
] |
#!/usr/local/sal/Python.framework/Versions/Current/bin/python3
import datetime
import pathlib
import plistlib
import sys
import sal
sys.path.insert(0, "/usr/local/munki")
from munkilib import munkicommon
__version__ = "1.2.0"
def main():
# If we haven't successfully submitted to Sal, pull the existing
#... | [
[
[
72,
80
],
[
1901,
1909
],
[
1936,
1944
],
[
4850,
4858
]
],
[
[
88,
95
],
[
5474,
5481
],
[
6263,
6270
]
],
[
[
103,
111
],
[
5578,
... |
__all__ = ["PY2", "PY3"]
import sys
if sys.version_info[0] == 2:
PY2 = True
PY3 = False
elif sys.version_info[0] == 3:
PY2 = False
PY3 = True
else:
PY2 = False
PY3 = False
| [
[
[
2,
9
]
],
[
[
35,
38
],
[
43,
46
],
[
105,
108
]
],
[
[
73,
76
]
],
[
[
88,
91
]
],
[
[
135,
138
]
],
[
[
151,
154
]
],
[
[
... |
## @ StitchLoader.py
# This is a python stitching script for Slim Bootloader APL build
#
# Copyright (c) 2018 - 2022, Intel Corporation. All rights reserved. <BR>
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
##
import os
import re
import sys
import struct
import argparse
import zipfile
import shutil
from ctypes i... | [
[
[
224,
226
],
[
440,
442
],
[
456,
458
],
[
469,
471
],
[
517,
519
],
[
565,
567
],
[
610,
612
],
[
25411,
25413
],
[
25459,
25461
],
... |
'''
This is a sample class that you can use to control the mouse pointer.
It uses the pyautogui library. You can set the precision for mouse movement
(how much the mouse moves) and the speed (how fast it moves) by changing
precision_dict and speed_dict.
Calling the move function with the x and y output of the gaze est... | [
[
[
491,
500
],
[
501,
510
],
[
830,
839
]
],
[
[
534,
549
]
]
] |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import json
from alipay.aop.api.constant.ParamConstants import *
class AntOcrVehicleplateIdentifyModel(object):
def __init__(self):
self._image = None
self._type = None
@property
def image(self):
return self._image
@image.setter... | [
[
[
53,
57
]
],
[
[
110,
111
]
],
[
[
120,
151
],
[
1087,
1118
]
]
] |
import json
import web
import calendar
import datetime
import cloudserver
urls = (
"/BuildingFootprint/", "BuildingFootprint",
"/BuildingFootprintDisaggregated/", "BuildingFootprintDisaggregated",
"/PersonalConsumption/", "PersonalConsumption",
"/HistoricalConsumption/", "HistoricalConsumption")
class BuildingFoo... | [
[
[
7,
11
]
],
[
[
19,
22
],
[
1788,
1791
],
[
357,
360
],
[
787,
790
],
[
1258,
1261
]
],
[
[
30,
38
],
[
406,
414
],
[
546,
554
... |
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
"""
Implements the Generalized R-CNN framework
"""
import torch
from torch import nn
from openpose.structures.image_list import to_image_list
from ..backbone import build_backbone
from ..rpn.rpn import build_rpn
from ..roi_heads.roi_heads import... | [
[
[
131,
136
]
],
[
[
155,
157
],
[
361,
363
]
],
[
[
202,
215
],
[
1632,
1645
]
],
[
[
240,
254
],
[
746,
760
]
],
[
[
277,
286
],
[
... |
"""Test DeltaPySimulator functionality pre-execution."""
import unittest
import deltalanguage as dl
from deltalanguage.test._graph_lib import (getg_const_chain,
getg_optional_queues)
class DeltaQueueCreationTest(unittest.TestCase):
"""Test that the simulator creates q... | [
[
[
65,
73
],
[
260,
268
],
[
1425,
1433
]
],
[
[
82,
101
],
[
560,
562
],
[
862,
864
],
[
978,
980
],
[
1209,
1211
]
],
[
[
146,
16... |
from website import create_app
app = create_app()
if __name__== '__main__':
app.run(debug=True)
| [
[
[
20,
30
],
[
38,
48
]
],
[
[
32,
35
],
[
81,
84
]
]
] |
from typing import List
from blogs.api.interface import IBlogApiExecutor
from domain.blog.blog_entry import BlogEntry, BlogEntries
from domain.doc.doc_entry import DocEntries, DocEntry
from dump.blog_to_doc_mapping import BlogDocEntryMapping
from dump.interface import IDumpEntriesAccessor
from files.conf.category_grou... | [
[
[
19,
23
],
[
979,
983
],
[
1659,
1663
],
[
2256,
2260
]
],
[
[
57,
73
],
[
622,
638
],
[
1310,
1326
],
[
1943,
1959
]
],
[
[
109,
... |
# -*- coding: utf-8 -*-
# Generated by Django 1.10.2 on 2016-12-19 08:46
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('cms', '0014_auto_20161216_1359'),
('cms', '0014_auto_20161216_1424'),
]
operations ... | [
[
[
96,
112
]
],
[
[
136,
146
],
[
165,
175
]
],
[
[
155,
164
]
]
] |
"""A high-level interface to local Galaxy instances using bioblend."""
from six import StringIO
from planemo.bioblend import ensure_module
from planemo.bioblend import galaxy
DEFAULT_MASTER_API_KEY = "test_key"
def gi(port=None, url=None, key=None):
"""Return a bioblend ``GalaxyInstance`` for Galaxy on this por... | [
[
[
87,
95
],
[
3888,
3896
]
],
[
[
126,
139
],
[
330,
343
],
[
681,
694
]
],
[
[
169,
175
],
[
512,
518
]
],
[
[
177,
199
],
[
380,
... |
#!/usr/bin/env python
#
# Python installation script
# Author - @chowmean
from __future__ import print_function
import os.path
import sys
import setuptools
# Project variables
VER_PROP_FILE = os.path.join(os.path.dirname(__file__), 'version.properties')
REQUIREMENTS_FILE = os.path.join(os.path.dirname(__file__), 'req... | [
[
[
98,
112
]
],
[
[
120,
127
],
[
194,
196
],
[
207,
209
],
[
276,
278
],
[
289,
291
]
],
[
[
135,
138
],
[
1064,
1067
],
[
1408,
1... |
from django.db.models import Manager
from django.db.models.query import QuerySet
from django.contrib.contenttypes.models import ContentType
import itertools
class VoteQuerySet(QuerySet):
def delete(self, *args, **kwargs):
"""Handles updating the related `votes` and `score` fields attached to the model."""... | [
[
[
29,
36
],
[
1155,
1162
],
[
1843,
1850
]
],
[
[
72,
80
],
[
178,
186
]
],
[
[
129,
140
],
[
621,
632
],
[
1367,
1378
],
[
2013,
... |
"""
Django settings for django_tdd project.
Generated by 'django-admin startproject' using Django 1.9.12.
For more information on this file, see
https://docs.djangoproject.com/en/1.9/topics/settings/
For the full list of settings and their values, see
https://docs.djangoproject.com/en/1.9/ref/settings/
"""
import o... | [
[
[
319,
321
],
[
406,
408
],
[
422,
424
],
[
438,
440
],
[
2351,
2353
]
],
[
[
395,
403
],
[
2364,
2372
]
],
[
[
671,
681
]
],
[
[
80... |
from System import IntPtr
from System.Runtime.InteropServices import Marshal
import Ironclad
from Ironclad import CPyMarshal
from Ironclad.Structs import METH, Py_TPFLAGS, PyGetSetDef, PyMemberDef, PyMethodDef, PyTypeObject
from tests.utils.memory import OffsetPtr
def _new_struct(type_, fields, *v... | [
[
[
21,
27
],
[
1678,
1684
],
[
2736,
2742
],
[
2766,
2772
],
[
2800,
2806
],
[
1723,
1729
],
[
1913,
1919
],
[
5853,
5859
]
],
[
[
72,
... |
from __future__ import division
import os
import time
from glob import glob
import tensorflow as tf
import numpy as np
from six.moves import xrange
from ops import *
from utils import *
class pix2pix(object):
def __init__(self, sess, image_size=256,
batch_size=1, sample_size=1, output_size=256,
... | [
[
[
23,
31
]
],
[
[
39,
41
],
[
17043,
17045
],
[
17099,
17101
],
[
17143,
17145
],
[
17231,
17233
],
[
17510,
17512
],
[
17684,
17686
],
[
17... |
# Copyright The PyTorch Lightning team.
#
# 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 i... | [
[
[
610,
624
],
[
30081,
30095
]
],
[
[
642,
646
],
[
18177,
18181
],
[
19489,
19493
]
],
[
[
648,
656
],
[
24062,
24070
]
],
[
[
665,
676
],
... |
# -*- coding: utf-8 -*-
# Copyright (c) 2017, Frappe Technologies and contributors
# For license information, please see license.txt
from __future__ import unicode_literals
import frappe
from frappe.model.document import Document
class RoleProfile(Document):
def autoname(self):
"""set name as Role Profile name""... | [
[
[
157,
173
]
],
[
[
182,
188
],
[
449,
455
],
[
587,
593
]
],
[
[
223,
231
],
[
252,
260
]
],
[
[
240,
251
]
]
] |
from output.models.ms_data.complex_type.ct_f013_xsd.ct_f013 import (
FooType,
MyType,
Root,
)
__all__ = [
"FooType",
"MyType",
"Root",
]
| [
[
[
73,
80
]
],
[
[
86,
92
]
],
[
[
98,
102
]
],
[
[
107,
114
]
]
] |
import datetime
class Filter:
def __init__(self, name):
self._name = name
def _as_params(self):
return {}
class SingleFilter(Filter):
def __call__(self, value):
self._value = value
return self
def _as_params(self):
return {"filter[{}]".format(self._name): se... | [
[
[
7,
15
],
[
1167,
1175
],
[
1196,
1204
]
],
[
[
24,
30
],
[
154,
160
],
[
356,
362
],
[
555,
561
],
[
759,
765
],
[
1383,
1389
]
... |
import datetime
import hashlib
import json
import logging
import os.path
import sys
from typing import TYPE_CHECKING
from pip._vendor.packaging.version import parse as parse_version
from pip._internal.index.collector import LinkCollector
from pip._internal.index.package_finder import PackageFinder
from pip._internal.... | [
[
[
7,
15
],
[
3970,
3978
],
[
4148,
4156
]
],
[
[
23,
30
],
[
876,
883
]
],
[
[
38,
42
],
[
1427,
1431
],
[
2590,
2594
]
],
[
[
50,
... |
from treehopper.libraries.displays import LedDriver
from treehopper.libraries.io.expander.shift_register import ChainableShiftRegisterOutput
class LedShiftRegister(ChainableShiftRegisterOutput, LedDriver):
def __init__(self):
super().__init__()
| [
[
[
42,
51
],
[
196,
205
]
],
[
[
112,
140
],
[
166,
194
]
],
[
[
149,
165
]
]
] |
from userbot import bot
from telethon import events
import asyncio
from datetime import datetime
from telethon.tl.types import User, Chat, Channel
from uniborg.util import admin_cmd
@bot.on(admin_cmd(pattern=r"stats"))
async def _(event):
if event.fwd_from:
return
start = datetime.now()
u = 0
g... | [
[
[
20,
23
],
[
184,
187
],
[
376,
379
]
],
[
[
45,
51
]
],
[
[
59,
66
]
],
[
[
88,
96
],
[
290,
298
],
[
909,
917
]
],
[
[
127,
... |
# This file will track detections
import tqdm
import cv2
import matplotlib.pyplot as plt
import matplotlib.patches as patches
from matplotlib.ticker import NullLocator
from cs231aApproachingOdt import utils as myutils
from PIL import Image
import os
import torch
import torchvision.ops.boxes as bops
def match_detectio... | [
[
[
41,
45
],
[
4952,
4956
]
],
[
[
53,
56
],
[
1972,
1975
],
[
1995,
1998
],
[
2031,
2034
],
[
2050,
2053
],
[
2299,
2302
],
[
2392,
23... |
# Tot's reward lv 40
sm.completeQuest(5521)
# Lv. 40 Equipment box
sm.giveItem(2431877, 1)
sm.dispose()
| [] |
import csv
from django.contrib.auth import get_user_model
from django.db.models.aggregates import Sum
from django.http.response import HttpResponse
from django.utils.decorators import method_decorator
from djoser.serializers import SetPasswordSerializer
from djoser.views import TokenCreateView
from drf_yasg.utils impo... | [
[
[
7,
10
],
[
9286,
9289
]
],
[
[
44,
58
],
[
1200,
1214
]
],
[
[
99,
102
],
[
9048,
9051
]
],
[
[
136,
148
],
[
9093,
9105
]
],
[
[
... |
#!/usr/bin/env python
# Copyright (c) 2015 OpenStack Foundation
#
# 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 applic... | [
[
[
619,
623
],
[
27592,
27596
],
[
52102,
52106
],
[
53521,
53525
]
],
[
[
631,
639
],
[
1176,
1184
],
[
3294,
3302
],
[
65104,
65112
]
],
[
[
... |
from typing import Dict
from twitchio.dataclasses import Message
class TeamData:
def __init__(self, num_teams: int = 2):
self.num_teams = num_teams
self.teams: Dict[int, int] = {}
async def handle_join(self, msg: Message) -> None:
if msg.author.id in self.teams:
# User al... | [
[
[
19,
23
],
[
183,
187
],
[
537,
541
],
[
1068,
1072
]
],
[
[
57,
64
],
[
241,
248
]
],
[
[
73,
81
]
]
] |
from typing import FrozenSet, Tuple
import pysmt.typing as types
from pysmt.environment import Environment as PysmtEnv
from pysmt.fnode import FNode
from utils import symb_to_next
from hint import Hint, Location
def transition_system(env: PysmtEnv) -> Tuple[FrozenSet[FNode], FNode, FNode,
... | [
[
[
19,
28
],
[
260,
269
],
[
4252,
4261
]
],
[
[
30,
35
],
[
254,
259
]
],
[
[
43,
64
],
[
439,
444
],
[
474,
479
],
[
509,
514
... |
from __future__ import print_function
from __future__ import absolute_import
from __future__ import division
from compas.utilities import geometric_key
__all__ = [
'mesh_delete_duplicate_vertices'
]
def mesh_delete_duplicate_vertices(mesh, precision=None):
"""Cull all duplicate vertices of a mesh and sanit... | [
[
[
23,
37
]
],
[
[
61,
76
]
],
[
[
100,
108
]
],
[
[
139,
152
],
[
1284,
1297
]
],
[
[
155,
162
]
],
[
[
212,
242
]
]
] |
#!/usr/bin/env python3
# Copyright (c) 2014-2016 The Ruxcoin Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
#
# Test RPC calls related to blockchain state. Tests correspond to code in
# rpc/blockchain.cpp.
#
from... | [
[
[
336,
343
],
[
1399,
1406
],
[
2791,
2798
]
],
[
[
387,
407
],
[
650,
670
]
],
[
[
445,
461
],
[
1812,
1828
]
],
[
[
500,
512
],
[
... |
###############################################################################
#
# Tests for XlsxWriter.
#
# Copyright (c), 2013-2020, John McNamara, jmcnamara@cpan.org
#
from ..excel_comparison_test import ExcelComparisonTest
from ...workbook import Workbook
class TestCompareXLSXFiles(ExcelComparisonTest):
"""... | [
[
[
209,
228
],
[
291,
310
]
],
[
[
253,
261
],
[
579,
587
],
[
1102,
1110
],
[
1647,
1655
]
],
[
[
270,
290
]
]
] |
class Fan():
"""Default Device with ON / OFF Functions"""
deviceID = None
def __init__(self, deviceID):
if deviceID is None:
print("Provide a Device ID")
return
self.deviceID = deviceID
def setSpeed(self):
pass
def getSpeed(self):
pass
| [
[
[
6,
9
]
]
] |
# Generated by Django 2.2 on 2020-10-29 04:23
from django.db import migrations, models
import django.db.models.deletion
class Migration(migrations.Migration):
initial = True
dependencies = [
]
operations = [
migrations.CreateModel(
name='ConstructionSystem',
fields=... | [
[
[
69,
79
],
[
139,
149
],
[
238,
248
],
[
551,
561
],
[
843,
853
],
[
1131,
1141
],
[
1701,
1711
],
[
1991,
2001
],
[
2275,
2285
]
]... |
from typing import Optional
from cryptoxlib.exceptions import CryptoXLibException
class AAXException(CryptoXLibException):
pass
class AAXRestException(AAXException):
def __init__(self, status_code: int, body: Optional[dict]):
super().__init__(f"Rest API exception: status [{status_code}], response [{body}]")
... | [
[
[
19,
27
],
[
216,
224
]
],
[
[
63,
82
],
[
104,
123
]
],
[
[
91,
103
],
[
157,
169
]
],
[
[
140,
156
]
]
] |
import aioredis
from sanic import Sanic
class RedisWorker:
def __init__(self):
self.__host = None
self.__pool = None
async def init(self, app: Sanic):
self.__host = app.config.REDIS_HOST
self.__pool = await aioredis.create_redis(self.__host)
async def check_session(self, ... | [
[
[
7,
15
],
[
250,
258
]
],
[
[
34,
39
],
[
170,
175
]
],
[
[
48,
59
],
[
1215,
1226
]
],
[
[
1207,
1212
]
]
] |
# -*- coding: utf-8 -*-
'''
Connection module for Amazon Security Groups
.. versionadded:: 2014.7.0
:configuration: This module accepts explicit ec2 credentials but can
also utilize IAM roles assigned to the instance trough Instance Profiles.
Dynamic credentials are then automatically obtained from AWS API an... | [
[
[
1218,
1233
]
],
[
[
1263,
1270
],
[
1359,
1366
],
[
1459,
1466
],
[
1494,
1501
]
],
[
[
1278,
1280
],
[
6234,
6236
]
],
[
[
1311,
1340
],
... |
import sys
sys.path.insert(0, "../") # our fake sigrokdecode lives one dir upper
from pd import Decoder
class DS1307():
def __init__(self):
self.sigrokDecoder = Decoder()
def get_capabilities(self):
settings = {}
for option in self.sigrokDecoder.options :
settingType = ''
choices = ... | [
[
[
7,
10
],
[
12,
15
]
],
[
[
98,
105
],
[
170,
177
]
],
[
[
113,
119
]
]
] |
import torch
import numpy as np
import json, sys, re, string
import collections
from collections import Counter
from collections import OrderedDict
def get_sp_pred(pred_sp_idx, data):
"""get the prediction of supporting facts in original format
Arguments:
pred_sp_idx {[type]} -- [description]
... | [
[
[
7,
12
],
[
981,
986
]
],
[
[
20,
31
],
[
1643,
1645
]
],
[
[
39,
43
],
[
4748,
4752
]
],
[
[
45,
48
]
],
[
[
50,
52
],
[
2563,... |
#!/usr/bin/python
#-*-coding=utf-8-*-
def pyramid(n):
most = 2*n - 1
for i in range(1,n+1):
star = 2*i - 1
space = n - i
print(" "*space + "*"*star)
def test():
pyramid(3)
pyramid(4)
pyramid(5)
if __name__ == "__main__":
test()
| [
[
[
43,
50
],
[
181,
188
],
[
194,
201
],
[
207,
214
]
],
[
[
171,
175
],
[
248,
252
]
]
] |
# Run this again after editing submodules so Colab uses the updated versions
from citylearn import CityLearn
from citylearn import GridLearn
import matplotlib.pyplot as plt
from pathlib import Path
from citylearn import RL_Agents_Coord, Cluster_Agents
import numpy as np
import csv
import time
import re
import pandas as... | [
[
[
99,
108
]
],
[
[
131,
140
],
[
1232,
1241
]
],
[
[
148,
172
]
],
[
[
193,
197
],
[
416,
420
]
],
[
[
220,
235
],
[
1863,
1878
]
],
[... |
#!/usr/bin/env python3
# Copyright (c) 2010 ArtForz -- public domain half-a-node
# Copyright (c) 2012 Jeff Garzik
# Copyright (c) 2010-2017 The Bitcoin Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
"""Bitcoin P2P ... | [
[
[
647,
655
],
[
1732,
1740
],
[
15771,
15779
]
],
[
[
680,
691
],
[
9423,
9434
]
],
[
[
707,
714
],
[
5827,
5834
]
],
[
[
722,
729
],
[
... |
#!/usr/bin/env python3
import argparse
import os
import pickle
from getpass import getpass
from typing import Tuple
import requests
from appdirs import user_cache_dir
from mysodexo import api
from mysodexo.constants import APPLICATION_NAME, SESSION_CACHE_FILENAME
def prompt_login() -> Tuple[str, str]:
"""Prompt... | [
[
[
30,
38
],
[
2803,
2811
]
],
[
[
46,
48
],
[
524,
526
],
[
1272,
1274
],
[
1284,
1286
]
],
[
[
56,
62
],
[
878,
884
],
[
1390,
13... |
# Реалізувати клас Герой що має мати наступні атрибути: ім‘я, здоров‘я, ранг, сила і метод вдарити.
# Метод вдарити повинен наносити шкоду противнику в розмірі сили героя. Герой має мати наступні
# обмеження: здоров‘я від 0 до 100, ранг 1,2,3. Сила не більше 10% теперішнього здоров‘я героя.
# Не можна бити героїв здоро... | [] |
# coding: utf-8
import pprint
import re # noqa: F401
import six
class Body19(object):
"""NOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually.
"""
"""
Attributes:
swagger_types (dict): The key is attribute name
... | [
[
[
25,
31
],
[
13864,
13870
]
],
[
[
39,
41
]
],
[
[
64,
67
],
[
12943,
12946
]
],
[
[
76,
82
],
[
13647,
13653
],
[
14104,
14110
]
]
] |
"""
Winning Python script for EasyMarkit Hackathon by Team Sigma
"""
##Team Sigma - Members: Betty Zhou, Bailey Lei, Alex Pak
# Usage: python sigma_script.py data/train.csv data/test.csv
# import any necessary packages here
#loading libraries
import argparse
import os
import pandas as pd
import numpy as np
impo... | [
[
[
258,
266
],
[
450,
458
]
],
[
[
274,
276
]
],
[
[
284,
296
],
[
703,
705
],
[
1217,
1219
],
[
1320,
1322
],
[
1421,
1423
],
[
3109,
... |
import pathlib
import pkg_resources
from clvm_tools.clvmc import compile_clvm
from hddcoin.types.blockchain_format.program import Program, SerializedProgram
def load_serialized_clvm(clvm_filename, package_or_requirement=__name__) -> SerializedProgram:
"""
This function takes a .clvm file in the given packag... | [
[
[
7,
14
],
[
766,
773
]
],
[
[
23,
36
],
[
672,
685
],
[
779,
792
],
[
1170,
1183
]
],
[
[
66,
78
],
[
916,
928
]
],
[
[
132,
... |
from django.shortcuts import render
from django.http import HttpResponse, JsonResponse, StreamingHttpResponse, FileResponse
from django.template import loader
from django.shortcuts import get_object_or_404, render, redirect
from django.views import View
from django.views.generic import DetailView, ListView
from django.... | [
[
[
29,
35
]
],
[
[
60,
72
],
[
15552,
15564
]
],
[
[
74,
86
],
[
39175,
39187
],
[
39689,
39701
],
[
60343,
60355
]
],
[
[
88,
109
]
],
[
... |
import logging
import urllib
import requests
import base64
"""
HASS module to read Aerogarde bounty info, later there will be an option to control the light
writen by @epotex
"""
_LOGGER = logging.getLogger(__name__)
DOMAIN = 'aerogarden'
agent = "BountyWiFi/1.1.13 (iPhone; iOS 10.3.2; Scale/2.00)"
port = "8080... | [
[
[
7,
14
],
[
194,
201
]
],
[
[
22,
28
],
[
964,
970
],
[
1022,
1028
],
[
1079,
1085
]
],
[
[
36,
44
],
[
1542,
1550
],
[
1808,
181... |
import asyncio
from datetime import datetime, timezone
from functools import wraps
import traceback
import inspect
import logging
import ujson as json_module
import hashlib
import yaml
from aiohttp import web
import aiohttp
import mongoengine
import os
from .engine.objects import Operation, Network, Domain, Log, Obse... | [
[
[
7,
14
],
[
7361,
7368
]
],
[
[
36,
44
],
[
10070,
10078
],
[
12535,
12543
]
],
[
[
46,
54
],
[
12548,
12556
]
],
[
[
77,
82
],
[
1... |
import tensorflow as tf
tf.compat.v1.enable_eager_execution()
# Weight Quantization - Input/Output=float32
converter = tf.lite.TFLiteConverter.from_saved_model('./saved_model')
converter.optimizations = [tf.lite.Optimize.OPTIMIZE_FOR_SIZE]
tflite_quant_model = converter.convert()
with open('./mobilenet_v3_large_224_d... | [
[
[
7,
23
],
[
25,
27
],
[
121,
123
],
[
206,
208
]
],
[
[
109,
118
],
[
179,
188
],
[
263,
272
]
],
[
[
242,
260
],
[
370,
388
... |
from typing import List
from . import AccessRequest, FileID, PartSpec, PartsGenerator
class NonCorrelatedSchemesGenerator(object):
def __init__(self, number: int, fraction: float) -> None:
self._number: int = number
self._fraction: float = fraction
self._parts_number: int = 2 ** number
@property
def number... | [
[
[
19,
23
],
[
474,
478
],
[
548,
552
],
[
1417,
1421
]
],
[
[
39,
52
],
[
1090,
1103
],
[
1114,
1127
],
[
1554,
1567
]
],
[
[
54,
... |
from __future__ import absolute_import
import six
from sentry.api.serializers import Serializer, register
from sentry.models import Monitor
@register(Monitor)
class MonitorSerializer(Serializer):
def serialize(self, obj, attrs, user):
return {
'id': six.text_type(obj.guid),
'stat... | [
[
[
23,
38
]
],
[
[
47,
50
],
[
278,
281
]
],
[
[
87,
97
],
[
187,
197
]
],
[
[
99,
107
],
[
145,
153
]
],
[
[
134,
141
],
[
154,
... |
import requests
headers = {
'X-Api-Key': '123456789',
}
params = {
'test': '2',
'limit': '100',
'w': '4',
}
response = requests.get('http://localhost:28139/synthetics/api/v3/monitors', params=params, headers=headers)
| [
[
[
7,
15
],
[
138,
146
]
],
[
[
17,
24
],
[
227,
234
]
],
[
[
62,
68
],
[
211,
217
]
],
[
[
127,
135
]
]
] |
import time
from datetime import datetime
from requests import Response
import json
import os
import TunnelSSH
import Helpers
import SettingsStorage
import sys
def create_tunnel(tun: dict):
timeout_time: datetime = datetime.fromisoformat(tun["timeout_time"])
if timeout_time <= datetime.utcnow():
Help... | [
[
[
7,
11
],
[
4716,
4720
]
],
[
[
33,
41
],
[
222,
230
],
[
211,
219
],
[
289,
297
],
[
755,
763
],
[
744,
752
],
[
826,
834
],
... |
#!/usr/bin/env python
# Licensed under a 3-clause BSD style license - see LICENSE.rst
from cotede.humanqc.humaneval import HumanQC
| [
[
[
124,
131
]
]
] |
# 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
# distributed under t... | [
[
[
570,
580
],
[
1274,
1284
],
[
1316,
1326
]
],
[
[
623,
632
],
[
1501,
1510
]
],
[
[
674,
679
],
[
883,
888
],
[
936,
941
],
[
1009,
... |
# coding: utf-8
#
# Copyright 2014 The Oppia Authors. 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 requi... | [
[
[
703,
707
],
[
9381,
9385
],
[
10611,
10615
],
[
20384,
20388
],
[
38115,
38119
],
[
39495,
39499
]
],
[
[
715,
717
],
[
8141,
8143
],
[
35... |
import pytest
import os
import os
from collections import defaultdict
from syrupy.extensions.single_file import SingleFileSnapshotExtension
from tempgen.module import Tempgen
from tempgen.parsers import Parsers
from tempgen.transforms import Transforms
from tempgen.tests.helpers import ext_serializer_map
tests_dir = o... | [
[
[
7,
13
],
[
605,
611
],
[
681,
687
],
[
783,
789
],
[
1118,
1124
],
[
1762,
1768
],
[
1812,
1818
],
[
1862,
1868
]
],
[
[
21,
23
... |
#!/usr/bin/python3
"""Create class"""
class Square:
"""Square class"""
def __init__(self, size=0, position=(0, 0)):
"""Initialize Square"""
self.__size = size
self.position = position
"""if type(size) is not int:
raise TypeError("size must be an integer")
if... | [
[
[
46,
52
]
]
] |
#This is a mixin class for signal analyzers to be used by f2_system class
#Todo: Analyzers should be a independent class
#Last modification by Marko Kosunen, marko.kosunen@aalto.fi, 30.07.2018 18:09
import numpy as np
import scipy.signal as sig
import matplotlib as mpl
mpl.use('Agg') #To enble plotting without X
impor... | [
[
[
206,
217
],
[
896,
898
],
[
912,
914
],
[
1917,
1919
],
[
1933,
1935
],
[
1969,
1971
],
[
1985,
1987
],
[
3007,
3009
],
[
3487,
3489
... |
"""
McsCMOS
~~~~~~~
Wrapper and Helper to access MCS CMOS Data within H5 Files
:copyright: (c) 2018 by Multi Channel Systems MCS GmbH
:license: see LICENSE for more details
"""
import h5py
import numpy as np
class CMOSData(h5py.File):
"""
Wrapper for a HDF5 File conta... | [
[
[
222,
226
],
[
265,
269
],
[
3586,
3590
]
],
[
[
235,
246
],
[
3023,
3025
],
[
4094,
4096
]
],
[
[
256,
264
],
[
566,
574
]
],
[
[
... |
import _plotly_utils.basevalidators
class NamelengthsrcValidator(_plotly_utils.basevalidators.SrcValidator):
def __init__(
self,
plotly_name='namelengthsrc',
parent_name='bar.hoverlabel',
**kwargs
):
super(NamelengthsrcValidator, self).__init__(
plotly_name... | [
[
[
7,
35
],
[
67,
80
]
],
[
[
44,
66
],
[
257,
279
]
]
] |
from rest_framework_extensions.key_constructor.constructors import DefaultKeyConstructor
from rest_framework_extensions.key_constructor.constructors import bits
class UserKeyConstructor(DefaultKeyConstructor):
user = bits.UserKeyBit()
| [
[
[
67,
88
],
[
188,
209
]
],
[
[
156,
160
],
[
223,
227
]
],
[
[
169,
187
]
]
] |
import numpy as np
from PIL import Image
import sys
def numpy_to_png(source, dest):
image = Image.fromarray(np.load(source))
image.save(dest,"PNG")
if __name__ == "__main__":
source = sys.argv[1]
dest = source.split('.npy')[0] + '.png'
print(source, " to ", dest)
numpy_to_png(source, dest)
| [
[
[
7,
18
],
[
111,
113
]
],
[
[
35,
40
],
[
95,
100
]
],
[
[
48,
51
],
[
192,
195
]
],
[
[
57,
69
],
[
278,
290
]
],
[
[
183,
... |
# -*- coding: utf-8 -*-
from codecs import open
import logging
import colander
import deform
from itsdangerous import BadData, SignatureExpired
from h import i18n, models, validators
from h.accounts import util
from h.services.user import UserNotActivated
from h.models.user import (
EMAIL_MAX_LENGTH,
USERNAME... | [
[
[
43,
47
],
[
873,
877
]
],
[
[
55,
62
],
[
466,
473
]
],
[
[
71,
79
],
[
3431,
3439
],
[
3460,
3468
],
[
3599,
3607
],
[
3628,
36... |
# Copyright (C) 2013 Adobe Systems Incorporated. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above
# copyright notice, this list of con... | [
[
[
1342,
1344
],
[
8612,
8614
],
[
13954,
13956
]
],
[
[
1352,
1354
],
[
8346,
8348
],
[
8684,
8686
],
[
13654,
13656
],
[
14022,
14024
],
[
... |
# coding=utf-8
# --------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes may ... | [
[
[
486,
499
],
[
1015,
1028
]
],
[
[
507,
515
]
],
[
[
551,
576
],
[
2454,
2479
],
[
8643,
8668
],
[
11159,
11184
],
[
18650,
18675
]
],
[
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.