code stringlengths 4 4.48k | docstring stringlengths 1 6.45k | _id stringlengths 24 24 |
|---|---|---|
class Linkage(core.Node): <NEW_LINE> <INDENT> @property <NEW_LINE> def relation(self): <NEW_LINE> <INDENT> return _single_child_by_tag(self, EdgeTags.LinkRelation) <NEW_LINE> <DEDENT> @property <NEW_LINE> def arguments(self): <NEW_LINE> <INDENT> return _multiple_children_by_tag(self, EdgeTags.LinkArgument) <NEW_LINE> <... | A Linkage between parallel scenes.
A Linkage object represents a connection between two parallel scenes.
The semantic type of the link is not determined in this object, but the
:class:`FoundationalNode` of linkage is referred as the link relation,
and the linked scenes are referred to as the arguments.
Most cases wil... | 62599066097d151d1a2c27de |
class CondorJob(Job): <NEW_LINE> <INDENT> def __init__(self, basedir): <NEW_LINE> <INDENT> super(self.__class__, self).__init__(basedir) <NEW_LINE> <DEDENT> def prepareDescription(self): <NEW_LINE> <INDENT> transfer_files = [item for sublist in [t.transfer_files for t in self.tasks] for item in sublist] <NEW_LINE> OpSy... | represents a femag job that is to be run in HT Condor | 625990669c8ee82313040d41 |
class StartRoundMessage(LeapP2PMessage): <NEW_LINE> <INDENT> def __init__(self, isSpeaker, image): <NEW_LINE> <INDENT> self.data = RoundData(isSpeaker, image) <NEW_LINE> self.instruction = constants.START_ROUND | Contains whether or not the receiver is a speaker, and also
the topic image. | 62599066e5267d203ee6cf77 |
class DataBase: <NEW_LINE> <INDENT> def write_data(self, geo_data): <NEW_LINE> <INDENT> with open(dummy_file, 'a') as f: <NEW_LINE> <INDENT> f.write(geo_data) | Dummy object for persistence simulation | 62599066cc0a2c111447c689 |
class LabeledItems: <NEW_LINE> <INDENT> def __init__(self, items: Items, valid_labels: Dict[str, int]) -> None: <NEW_LINE> <INDENT> _check_constructor_arguments(items, valid_labels) <NEW_LINE> self.items = items <NEW_LINE> self.valid_labels = tuple(valid_labels) <NEW_LINE> self.num_classes = len(valid_labels) <NEW_LINE... | Common properties for data used as input for neural network. These include items and labels for these
items. | 625990660c0af96317c57918 |
class LoginWidget(QWidget): <NEW_LINE> <INDENT> def __init__(self): <NEW_LINE> <INDENT> super().__init__() <NEW_LINE> self.setWindowTitle("Login") <NEW_LINE> self.login_label = QLabel("Please enter the Password to access:") <NEW_LINE> self.password_entry = QLineEdit() <NEW_LINE> self.password_entry.setEchoMode(QLineEdi... | Error displayed when login password is incorrect | 625990663d592f4c4edbc651 |
class TestOptionData(unittest.TestCase): <NEW_LINE> <INDENT> def setUp(self): <NEW_LINE> <INDENT> pass <NEW_LINE> <DEDENT> def tearDown(self): <NEW_LINE> <INDENT> pass <NEW_LINE> <DEDENT> def make_instance(self, include_optional): <NEW_LINE> <INDENT> if include_optional : <NEW_LINE> <INDENT> return OptionData( key = '0... | OptionData unit test stubs | 625990663539df3088ecda12 |
class Vault: <NEW_LINE> <INDENT> VAULT_ENGINES = { 'kv_v2': VaultKV2, } <NEW_LINE> def __init__(self, name, client): <NEW_LINE> <INDENT> self._name = name <NEW_LINE> self._client = client <NEW_LINE> self._mounted = None <NEW_LINE> self._engines = {} <NEW_LINE> <DEDENT> def __getattr__(self, attr): <NEW_LINE> <INDENT> t... | High level Vault accessor holding and client instance.
:param str name: Name of the Vault configuration.
:param client: Client connected to a Vault instance. | 6259906671ff763f4b5e8f18 |
class CreateSecurityGroupsRuleRequest(JDCloudRequest): <NEW_LINE> <INDENT> def __init__(self, parameters, header=None, version="v1"): <NEW_LINE> <INDENT> super(CreateSecurityGroupsRuleRequest, self).__init__( '/regions/{regionId}/vpc_securityGroups/{id}/rule', 'POST', header, version) <NEW_LINE> self.parameters = param... | 新增安全组规则 | 625990664e4d562566373b7b |
class TestImportFile(unittest.TestCase): <NEW_LINE> <INDENT> def setUp(self): <NEW_LINE> <INDENT> pass <NEW_LINE> <DEDENT> def tearDown(self): <NEW_LINE> <INDENT> pass <NEW_LINE> <DEDENT> def testImportFile(self): <NEW_LINE> <INDENT> pass | ImportFile unit test stubs | 62599066cb5e8a47e493cd3e |
class OptimizerNetwork: <NEW_LINE> <INDENT> def __init__(self, circuit_parameters: CircuitParameters, spike_times: Dict[int, np.ndarray]): <NEW_LINE> <INDENT> self._circuit_parameters = circuit_parameters <NEW_LINE> self._subnets = [] <NEW_LINE> for neuron in self._circuit_parameters.training_nodes(): <NEW_LINE> <INDEN... | The OptimizerNetwork builds a series of subnetworks that can be executed
and ran with the NEST kernel. Each subnetwork represents a target neuron
with inputs provided by its pre-synaptic neurons. Only the target neuron
is simulated. | 6259906644b2445a339b751a |
class Alarm(Base): <NEW_LINE> <INDENT> __tablename__ = 'alarm' <NEW_LINE> __table_args__ = ( Index('ix_alarm_user_id', 'user_id'), Index('ix_alarm_project_id', 'project_id'), ) <NEW_LINE> id = Column(String(255), primary_key=True) <NEW_LINE> enabled = Column(Boolean) <NEW_LINE> name = Column(Text) <NEW_LINE> type = Col... | Define Alarm data. | 62599066462c4b4f79dbd17b |
class EncodeError(ValueError): <NEW_LINE> <INDENT> def __init__( self, msg: str, doc_dec: DecodedDict, doc_enc: EncodedDict, field: str ): <NEW_LINE> <INDENT> errmsg = f"{msg}: field {field}" <NEW_LINE> ValueError.__init__(self, errmsg) <NEW_LINE> self.msg = msg <NEW_LINE> self.doc_dec = doc_dec <NEW_LINE> self.doc_enc... | Subclass of ValueError that describes ISO8583 encoding error.
Attributes
----------
msg : str
The unformatted error message
doc_dec : dict
Dict containing decoded ISO8583 data being encoded
doc_enc : dict
Dict containing partially encoded ISO8583 data
field : str
The ISO8583 field where parsing failed | 625990668e7ae83300eea803 |
@tag(0xC7) <NEW_LINE> class DataContentDescriptor(Descriptor): <NEW_LINE> <INDENT> descriptor_tag = uimsbf(8) <NEW_LINE> descriptor_length = uimsbf(8) <NEW_LINE> data_component_id = uimsbf(16) <NEW_LINE> entry_component = uimsbf(8) <NEW_LINE> selector_length = uimsbf(8) <NEW_LINE> @case(lambda self: self.data_component... | データコンテンツ記述子(ARIB-STD-B10-2-6.2.28)
data_component_idが0x0008のものは、selector_byteに
字幕・文字スーパーの識別情報が入っている(ARIB-STD-B24-1-3-9.6.2) | 6259906632920d7e50bc77ba |
class AzureFirewall(Resource): <NEW_LINE> <INDENT> _validation = { 'name': {'readonly': True}, 'type': {'readonly': True}, 'etag': {'readonly': True}, } <NEW_LINE> _attribute_map = { 'id': {'key': 'id', 'type': 'str'}, 'name': {'key': 'name', 'type': 'str'}, 'type': {'key': 'type', 'type': 'str'}, 'location': {'key': '... | Azure Firewall resource.
Variables are only populated by the server, and will be ignored when sending a request.
:param id: Resource ID.
:type id: str
:ivar name: Resource name.
:vartype name: str
:ivar type: Resource type.
:vartype type: str
:param location: Resource location.
:type location: str
:param tags: A set ... | 62599066cc0a2c111447c68a |
class Default(object): <NEW_LINE> <INDENT> pass | GeoJSON default. | 6259906676e4537e8c3f0cf7 |
class Layer2(object): <NEW_LINE> <INDENT> def __init__(self, *args, **kwargs): <NEW_LINE> <INDENT> if "layer1" in kwargs: <NEW_LINE> <INDENT> self.layer1 = kwargs["layer1"] <NEW_LINE> <DEDENT> else: <NEW_LINE> <INDENT> self.layer1 = Layer1(*args, **kwargs) <NEW_LINE> <DEDENT> <DEDENT> def create_vault(self, name): <NEW... | Provides a more pythonic and friendly interface to Glacier based on Layer1 | 625990667c178a314d78e7a6 |
class EvolutionAlgorithm(metaclass=ABCMeta): <NEW_LINE> <INDENT> def __init__(self, problem: Problem, population_size: int = 100, max_generations: int = 1000, callbacks: Sequence[Callback] = None, plot_progress: bool = False, verbosity: int = 1, **_): <NEW_LINE> <INDENT> self.best: Individual = None <NEW_LINE> self.cur... | Base class for evolutionary algorithms.
:param problem: Problem that can create and score individuals
:param population_size: The 'mu' parameter. Number of parents for each generation
:param max_generations: Stops after that many generations
:param callbacks: Optional callbacks
:param plot_progress: Wether to plot the... | 62599066f548e778e596ccff |
class Student(models.Model): <NEW_LINE> <INDENT> name = models.CharField(max_length=255, unique=True) <NEW_LINE> marks = models.IntegerField() <NEW_LINE> school = models.ForeignKey(School,null=True) <NEW_LINE> uuid = models.CharField(max_length=255, null=True) <NEW_LINE> def save(self, *args, **kwargs): <NEW_LINE> <IND... | Student Model | 62599066be8e80087fbc07fe |
@tools.register(config.DebugCommands.EXIT, Help.commands) <NEW_LINE> class Exit(Quit): <NEW_LINE> <INDENT> inp = config.DebugCommands.EXIT | Quits the game back to the main screen. | 6259906699cbb53fe6832659 |
class TemporaryDirectory: <NEW_LINE> <INDENT> def __init__(self, **kwargs): <NEW_LINE> <INDENT> self.name = None <NEW_LINE> self.name = tempfile.mkdtemp(**kwargs) <NEW_LINE> <DEDENT> def __enter__(self): <NEW_LINE> <INDENT> return self.name <NEW_LINE> <DEDENT> def __exit__(self, exctype, excvalue, exctrace): <NEW_LINE>... | Very simple temporary directory context manager.
Will try to delete afterward, but will also ignore OS and similar
errors on deletion. | 625990668a43f66fc4bf3906 |
class OptionAttributeTests(CityDataTest): <NEW_LINE> <INDENT> def testSetForAllColumns(self): <NEW_LINE> <INDENT> self.x.field_names = sorted(self.x.field_names) <NEW_LINE> self.x.align = "l" <NEW_LINE> self.x.max_width = 10 <NEW_LINE> self.x.start = 2 <NEW_LINE> self.x.end = 4 <NEW_LINE> self.x.sortby = "Area" <NEW_LI... | Make sure all options which have an attribute interface work as they should.
Also make sure option settings are copied correctly when a table is cloned by
slicing. | 625990667047854f46340b29 |
class Pipeline(object): <NEW_LINE> <INDENT> def __init__(self, steps): <NEW_LINE> <INDENT> self._validate_steps(steps) <NEW_LINE> self.steps = steps <NEW_LINE> self.n_steps = len(steps) <NEW_LINE> <DEDENT> def _validate_steps(self, steps): <NEW_LINE> <INDENT> assert isinstance(steps, list) <NEW_LINE> assert len(steps) ... | This is similar to sklearn.Pipeline much more minimalistic and flexible. | 6259906671ff763f4b5e8f1a |
class IAMServerCertificate: <NEW_LINE> <INDENT> def __init__(self, metadata: Dict[str, Union[str, datetime]], certificate_body: str, certificate_chain: str): <NEW_LINE> <INDENT> self.metadata = metadata <NEW_LINE> self.certificate_body = certificate_body <NEW_LINE> self.certificate_chain = certificate_chain <NEW_LINE> ... | Server certificate stored in IAM.
See:
http://boto3.readthedocs.io/en/latest/reference/services/iam.html#IAM.Client.get_server_certificate | 625990665166f23b2e244b46 |
class SecondaryInternalDNSServer(DNSServerBase): <NEW_LINE> <INDENT> def _setup(self): <NEW_LINE> <INDENT> self._xpaths.add_profile(value="/dns-servers/secondary") <NEW_LINE> self.add_dns_params(False) | A Secondary Internal DNS Server for remote networks
Args:
dns_server(str): IP of DNS Server
use_cloud_default(bool): Use cloud default DNS | 6259906616aa5153ce401c4f |
class StarElmView(LoginRequiredMixin, View): <NEW_LINE> <INDENT> template_name = 'happiness_star/elm-star.html' <NEW_LINE> def get(self, request, *args, **kwargs): <NEW_LINE> <INDENT> user = self.request.user <NEW_LINE> token = utils.user_jwt(user) <NEW_LINE> return render( request, self.template_name, {'token': token}... | Display the Elm + GQL interface | 62599066627d3e7fe0e08600 |
class ExecutionFailed(Exception): <NEW_LINE> <INDENT> pass | Execution failed. | 62599066f548e778e596cd00 |
class EEAFixture(PloneSandboxLayer): <NEW_LINE> <INDENT> defaultBases = (PLONE_FIXTURE,) <NEW_LINE> def setUpZope(self, app, configurationContext): <NEW_LINE> <INDENT> import eea.controlpanel <NEW_LINE> self.loadZCML(package=eea.controlpanel) <NEW_LINE> z2.installProduct(app, 'eea.controlpanel') <NEW_LINE> <DEDENT> def... | EEA Testing Policy
| 625990668e7ae83300eea804 |
class Movie(): <NEW_LINE> <INDENT> def __init__(self, movie_title, movie_storyline, movie_release_date, movie_rated, poster_image, trailer_youtube): <NEW_LINE> <INDENT> self.title = movie_title <NEW_LINE> self.storyline = movie_storyline <NEW_LINE> self.release_date = movie_release_date <NEW_LINE> self.rated = movie_ra... | A movie class that stores its desription and details
Attributes:
title: A string contains movie title name
storyline: A string decribes main story line of the movie
release_date: A string indicate movie's release date
rated: A string indicates movies rated e.g. G, PG, PG-13 etc.
poster_image_url: A... | 625990668da39b475be04960 |
class TestTransactionsFind(unittest.TestCase): <NEW_LINE> <INDENT> @classmethod <NEW_LINE> def setUpClass(cls): <NEW_LINE> <INDENT> cls.card_product = CardProducts().create() <NEW_LINE> <DEDENT> def setUp(self): <NEW_LINE> <INDENT> self.client = get_client() <NEW_LINE> self.fake = Faker() <NEW_LINE> self.sim = Simulate... | Tests for the transactions.find endpoint. | 62599066009cb60464d02caf |
class InvoiceNote(TimeStampedSafeDeleteModel): <NEW_LINE> <INDENT> lease = models.ForeignKey( "leasing.Lease", verbose_name=_("Lease"), related_name="invoice_notes", on_delete=models.PROTECT, ) <NEW_LINE> billing_period_start_date = models.DateField( verbose_name=_("Billing period start date"), null=True, blank=True ) ... | In Finnish: Laskun tiedote | 625990667c178a314d78e7a7 |
class SearchAttributes(Model): <NEW_LINE> <INDENT> def __init__(self, id: str=None, name: str=None, info: str=None, attributes: List[IndexSearchAttributes]=None): <NEW_LINE> <INDENT> self.swagger_types = { 'id': str, 'name': str, 'info': str, 'attributes': List[IndexSearchAttributes] } <NEW_LINE> self.attribute_map = {... | NOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually. | 62599066796e427e5384feed |
class UserAdmin(_UserAdmin): <NEW_LINE> <INDENT> form = UserChangeForm <NEW_LINE> add_form = UserCreationForm <NEW_LINE> add_form_template = "admin/authentication/user/add_form.html" <NEW_LINE> add_fieldsets = ( (_("Primary fields"), { "fields": ( "email", "first_name", "last_name", "password1", "password2", ), }), ) <... | Admin for the User model of the simple_authentication app. | 62599066a8370b77170f1b46 |
class Config: <NEW_LINE> <INDENT> MOVIE_API_BASE_URL ='https://api.themoviedb.org/3/movie/{}?api_key={}' <NEW_LINE> MOVIE_API_KEY = os.environ.get('MOVIE_API_KEY') <NEW_LINE> SECRET_KEY = os.environ.get('SECRET_KEY') | General configuration parent class | 62599066a17c0f6771d5d762 |
class PrivateEndpoint(Resource): <NEW_LINE> <INDENT> _validation = { 'name': {'readonly': True}, 'type': {'readonly': True}, 'etag': {'readonly': True}, 'network_interfaces': {'readonly': True}, 'provisioning_state': {'readonly': True}, } <NEW_LINE> _attribute_map = { 'id': {'key': 'id', 'type': 'str'}, 'name': {'key':... | Private endpoint resource.
Variables are only populated by the server, and will be ignored when sending a request.
:param id: Resource ID.
:type id: str
:ivar name: Resource name.
:vartype name: str
:ivar type: Resource type.
:vartype type: str
:param location: Resource location.
:type location: str
:param tags: A se... | 6259906676e4537e8c3f0cfa |
class TpmAttestationFormat(object): <NEW_LINE> <INDENT> TPM_GENERATED_VALUE = b"\xffTCG" <NEW_LINE> TPM_ST_ATTEST_CERTIFY = b"\x80\x17" <NEW_LINE> @classmethod <NEW_LINE> def parse(cls, data): <NEW_LINE> <INDENT> reader = ByteBuffer(data) <NEW_LINE> generated_value = reader.read(4) <NEW_LINE> if generated_value != cls.... | the signature data is defined by [TPMv2-Part2] Section 10.12.8 (TPMS_ATTEST)
as:
TPM_GENERATED_VALUE (0xff544347 aka "ÿTCG")
TPMI_ST_ATTEST - always TPM_ST_ATTEST_CERTIFY (0x8017)
because signing procedure defines it should call TPM_Certify
[TPMv2-Part3] Section 18.2
TPM2B_NAME
size (uint16)
name ... | 625990663617ad0b5ee078c8 |
class TitleScene(BaseScene): <NEW_LINE> <INDENT> def __init__(self, game, test=False): <NEW_LINE> <INDENT> self.test = test <NEW_LINE> if self.test: <NEW_LINE> <INDENT> self.render_count = 0 <NEW_LINE> <DEDENT> super().__init__(game) <NEW_LINE> <DEDENT> def setup(self): <NEW_LINE> <INDENT> print("Setting up TitleScene.... | This class is a minimal implementation example.
Feel free to use as a starting point for your scenes! | 625990662c8b7c6e89bd4f5d |
class JSONHelper(simplejson.JSONEncoder): <NEW_LINE> <INDENT> def default(self, obj): <NEW_LINE> <INDENT> if hasattr(obj, '__json__'): <NEW_LINE> <INDENT> return getattr(obj, '__json__')() <NEW_LINE> <DEDENT> if isinstance(obj, db.GqlQuery): <NEW_LINE> <INDENT> return list(obj) <NEW_LINE> <DEDENT> elif isinstance(obj, ... | Extends JSONEncoder to add support for GQL results and properties.
Adds support to simplejson JSONEncoders for GQL results and properties by
overriding JSONEncoder's default method. | 62599066435de62698e9d581 |
class Config(ABC): <NEW_LINE> <INDENT> def __init__(self, config_path: str = None, default_config: dict = None): <NEW_LINE> <INDENT> self._config: dict = {} if default_config is None else default_config.copy() <NEW_LINE> if config_path is not None: <NEW_LINE> <INDENT> self.load(config_path) <NEW_LINE> <DEDENT> <DEDENT>... | Config base class
| 6259906699cbb53fe683265c |
class IdentityV3toV2MethodsTestCase(unit.TestCase): <NEW_LINE> <INDENT> def setUp(self): <NEW_LINE> <INDENT> super(IdentityV3toV2MethodsTestCase, self).setUp() <NEW_LINE> self.load_backends() <NEW_LINE> self.user_id = uuid.uuid4().hex <NEW_LINE> self.default_project_id = uuid.uuid4().hex <NEW_LINE> self.tenant_id = uui... | Test users V3 to V2 conversion methods. | 625990666e29344779b01dc8 |
class PSQLConn(object): <NEW_LINE> <INDENT> def __init__(self, db, user, password, host): <NEW_LINE> <INDENT> self.db = db <NEW_LINE> self.user = user <NEW_LINE> self.password = password <NEW_LINE> self.host = host <NEW_LINE> <DEDENT> def connect(self): <NEW_LINE> <INDENT> connection = pg.connect( host=self.host, datab... | Stores the connection to psql. | 625990667d847024c075db50 |
class CommentListCreate(generics.ListCreateAPIView): <NEW_LINE> <INDENT> queryset = Comment.objects.all() <NEW_LINE> serializer_class = CommentSerializer <NEW_LINE> permission_classes = (permissions.IsAuthenticated, ) | List or create a movie | 62599066d486a94d0ba2d736 |
class RatingsBody(db.Model): <NEW_LINE> <INDENT> review_id = db.Column(db.Integer, db.ForeignKey('ratings.id'), primary_key=True) <NEW_LINE> review_body = db.Column(db.String(1024), nullable=False) | Object for the Ratings_Body table. | 625990664e4d562566373b7f |
class DBModel(Model): <NEW_LINE> <INDENT> validation_regexp = {} <NEW_LINE> def update_from(self, form, field, formfield=None, cb=False): <NEW_LINE> <INDENT> formfield = formfield if formfield else field <NEW_LINE> try: <NEW_LINE> <INDENT> value = form[formfield] <NEW_LINE> if value == re.match(self.validation_regexp.g... | base class for other database models | 6259906645492302aabfdc54 |
class TestCommandInfo(unittest.TestCase): <NEW_LINE> <INDENT> def setUp(self): <NEW_LINE> <INDENT> pass <NEW_LINE> <DEDENT> def tearDown(self): <NEW_LINE> <INDENT> pass <NEW_LINE> <DEDENT> def testCommandInfo(self): <NEW_LINE> <INDENT> model = iengage_client.models.command_info.CommandInfo() | CommandInfo unit test stubs | 625990667cff6e4e811b71c0 |
class Role(db.Model): <NEW_LINE> <INDENT> __tablename__ = 'roles' <NEW_LINE> id = db.Column(db.String(45), primary_key=True) <NEW_LINE> name = db.Column(db.String(255), unique=True) <NEW_LINE> description = db.Column(db.String(255)) <NEW_LINE> def __init__(self): <NEW_LINE> <INDENT> self.id = str(uuid4()) <NEW_LINE> <D... | Represents Proected roles. | 625990664f6381625f19a061 |
class TestPaymentsTransactionsApi(unittest.TestCase): <NEW_LINE> <INDENT> def setUp(self): <NEW_LINE> <INDENT> self.api = knetik_cloud.apis.payments_transactions_api.PaymentsTransactionsApi() <NEW_LINE> <DEDENT> def tearDown(self): <NEW_LINE> <INDENT> pass <NEW_LINE> <DEDENT> def test_get_transaction(self): <NEW_LINE> ... | PaymentsTransactionsApi unit test stubs | 625990660a50d4780f70697c |
class NXSDialog(QDialog): <NEW_LINE> <INDENT> def __init__(self, parent=None, active_file=None): <NEW_LINE> <INDENT> QDialog.__init__(self, parent) <NEW_LINE> vbox=QVBoxLayout(self) <NEW_LINE> vbox.setMargin(0) <NEW_LINE> if active_file is not None: <NEW_LINE> <INDENT> self.setWindowTitle(u'NXS Browser - %s'%active_fil... | A QDialog with a NXSWidget in it. | 62599066498bea3a75a591bd |
class RepeatedBracket(Bracket): <NEW_LINE> <INDENT> def match(self, tok): <NEW_LINE> <INDENT> decl = Declaration('*') <NEW_LINE> result = self.declaration.match(tok) <NEW_LINE> if not result: <NEW_LINE> <INDENT> return None <NEW_LINE> <DEDENT> while result != None: <NEW_LINE> <INDENT> decl.pieces.append(result) <NEW_LI... | A bracket present one or more times (quantifier +). | 62599067fff4ab517ebcef94 |
@tf_export('estimator.LinearClassifier') <NEW_LINE> class LinearClassifier(estimator.Estimator): <NEW_LINE> <INDENT> def __init__(self, feature_columns, model_dir=None, n_classes=2, weight_column=None, label_vocabulary=None, optimizer='Ftrl', config=None, partitioner=None, warm_start_from=None, loss_reduction=losses.Re... | Linear classifier model.
Train a linear model to classify instances into one of multiple possible
classes. When number of possible classes is 2, this is binary classification.
Example:
```python
categorical_column_a = categorical_column_with_hash_bucket(...)
categorical_column_b = categorical_column_with_hash_bucket... | 62599067e1aae11d1e7cf3c8 |
class OBDTransport: <NEW_LINE> <INDENT> def __init__(self): <NEW_LINE> <INDENT> self._connected = False <NEW_LINE> self._error = "" <NEW_LINE> <DEDENT> def _OnConnected(self): <NEW_LINE> <INDENT> self._connected = True <NEW_LINE> <DEDENT> def _OnDisconnected(self): <NEW_LINE> <INDENT> self._connected = False <NEW_LINE>... | OBDTransport abstracts the underlying communication layer (bluetooth/COM) | 625990673539df3088ecda17 |
class JSONLDObject(SimpleNamespace, object): <NEW_LINE> <INDENT> def __init__(self, **kwargs): <NEW_LINE> <INDENT> super(JSONLDObject, self).__init__(**kwargs) <NEW_LINE> <DEDENT> @classmethod <NEW_LINE> def register_class_for_property(cls , property, newCls): <NEW_LINE> <INDENT> pass <NEW_LINE> <DEDENT> @property <NEW... | A class that provides attribute based access to an instances __dict__ | 62599067f548e778e596cd03 |
class GetRoleNumber(APIView): <NEW_LINE> <INDENT> def get(self, request, format=None): <NEW_LINE> <INDENT> return get_role_number(request) <NEW_LINE> <DEDENT> def post(self, request, format=None): <NEW_LINE> <INDENT> return get_role_number(request) | 获取角色数量 | 625990671b99ca40022900f2 |
class Tree(dict): <NEW_LINE> <INDENT> def __init__(self, entries=None): <NEW_LINE> <INDENT> dict.__init__(self) <NEW_LINE> self.get("", insert=True) <NEW_LINE> if entries: <NEW_LINE> <INDENT> account_balances = collections.defaultdict(CounterInventory) <NEW_LINE> for entry in entries: <NEW_LINE> <INDENT> if isinstance(... | Account tree.
Args:
entries: A list of entries to compute balances from. | 62599067d486a94d0ba2d737 |
class CustomProduct(models.Model): <NEW_LINE> <INDENT> product = models.OneToOneField(Product, verbose_name=_('Product'), primary_key=True) <NEW_LINE> downpayment = models.IntegerField(_("Percent Downpayment"), default=20) <NEW_LINE> deferred_shipping = models.BooleanField(_('Deferred Shipping'), help_text=_('Do not ch... | Product which must be custom-made or ordered. | 6259906792d797404e38971a |
class HTTP401(HTTPException): <NEW_LINE> <INDENT> status = __doc__ <NEW_LINE> def headers(self): <NEW_LINE> <INDENT> return [('WWW-Authenticate', '%s' % self)] <NEW_LINE> <DEDENT> def body(self): <NEW_LINE> <INDENT> return [] | 401 Unauthorized | 6259906745492302aabfdc56 |
class AvailablePhoneNumbersConnector(BaseConnector): <NEW_LINE> <INDENT> def listAvailablePhoneNumbers( self, country, type_, page=None, pageSize=None, contains=None, areaCode=None, inRegion=None, inPostalCode=None,): <NEW_LINE> <INDENT> queryParams = { 'Country': country, 'Type': type_, 'Page': page, 'PageSize': pageS... | Used for all forms of communication with the `AvailablePhoneNumbers`
endpoint of the Zang REST API.
.. seealso:: zang.connectors.connector_factory.ConnectorFactory | 625990673cc13d1c6d466ebe |
class CacheKey(object): <NEW_LINE> <INDENT> def __init__(self, key): <NEW_LINE> <INDENT> self._key = key <NEW_LINE> <DEDENT> def __eq__(self, other): <NEW_LINE> <INDENT> return self._key == other <NEW_LINE> <DEDENT> def __str__(self): <NEW_LINE> <INDENT> return self.__unicode__() <NEW_LINE> <DEDENT> def __unicode__(sel... | A stub string class that we can use to check if a key was created already. | 62599067442bda511e95d916 |
class ReactTutorialHTTPRequestHandler(SimpleHTTPServer.SimpleHTTPRequestHandler): <NEW_LINE> <INDENT> def do_POST(self): <NEW_LINE> <INDENT> content_length = int(self.headers['Content-Length']) <NEW_LINE> post_data = dict(urlparse.parse_qsl(self.rfile.read(content_length).decode('utf-8'))) <NEW_LINE> try: <NEW_LINE> <I... | Extension of SimpleHTTPRequestHandler that works with the react.js tutorial.
In addition to standard SimpleHTTPServer file-webserver functionality, adds
POST-ability.
USAGE: python server.py to serve files from the cwd
(works the same as running python -m SimpleHTTPServer in the directory) | 62599067d6c5a102081e38a0 |
class HTMLGenerator: <NEW_LINE> <INDENT> def __init__(self, entries): <NEW_LINE> <INDENT> self._entries = entries <NEW_LINE> <DEDENT> def get_html(self): <NEW_LINE> <INDENT> html_root = etree.Element("html") <NEW_LINE> css = etree.SubElement(html_root, "link") <NEW_LINE> css.attrib["rel"] = "stylesheet" <NEW_LINE> css.... | Generates an HTML document styled with CSS for easy printout of the trading cards. | 62599067379a373c97d9a799 |
class LinksParser(HTMLParser): <NEW_LINE> <INDENT> def handle_starttag(self, tag, attrs): <NEW_LINE> <INDENT> if tag == 'a': <NEW_LINE> <INDENT> for item in attrs: <NEW_LINE> <INDENT> if item[0] == 'href': <NEW_LINE> <INDENT> print(item[1]) | print the links in a page | 62599067460517430c432c12 |
class SummaryListSum(ListView): <NEW_LINE> <INDENT> template_name = 'summary_sum_list.html' <NEW_LINE> context_object_name = 'sites' <NEW_LINE> def get_queryset(self): <NEW_LINE> <INDENT> return Site.objects.all().annotate(sum_val_a=Sum('entry__val_a'), sum_val_b=Sum('entry__val_b')) | Shows an Aggregated Sum of A And B Values From Each Site | 62599067796e427e5384fef1 |
class Token(object): <NEW_LINE> <INDENT> UNKNOWN = 0 <NEW_LINE> LPAR = 1 <NEW_LINE> RPAR = 2 <NEW_LINE> INT = 4 <NEW_LINE> FLOAT = 5 <NEW_LINE> VAR = 6 <NEW_LINE> MINUS = 7 <NEW_LINE> PLUS = 8 <NEW_LINE> MUL = 9 <NEW_LINE> DIV = 10 <NEW_LINE> MOD = 11 <NEW_LINE> POWER = 12... | Represents a word in the language. | 62599067d268445f2663a71a |
class Sitemap(object): <NEW_LINE> <INDENT> def __init__(self, xmltext): <NEW_LINE> <INDENT> tree = ElementTree() <NEW_LINE> tree.parse(StringIO(xmltext)) <NEW_LINE> self._root = tree.getroot() <NEW_LINE> rt = self._root.tag <NEW_LINE> self.type = self._root.tag.split('}', 1)[1] if '}' in rt else rt <NEW_LINE> <DEDENT> ... | Class to parse Sitemap (type=urlset) and Sitemap Index
(type=sitemapindex) files | 62599067f548e778e596cd05 |
class TxBook(Book): <NEW_LINE> <INDENT> def __init__(self, **kwa): <NEW_LINE> <INDENT> super(TxBook, self).__init__(**kwa) <NEW_LINE> self.pages = [] <NEW_LINE> <DEDENT> @property <NEW_LINE> def index(self): <NEW_LINE> <INDENT> return (self.data['sn'], self.data['dn'], self.data['si'], self.data['bi'],) <NEW_LINE> <DED... | Manages an outgoing message and its associated pages(s) | 6259906776e4537e8c3f0cfe |
class RosterForm(forms.ModelForm): <NEW_LINE> <INDENT> user = forms.ModelChoiceField(required=True, label="Instructor", queryset=User.objects.all()) <NEW_LINE> class Meta: <NEW_LINE> <INDENT> model = Roster <NEW_LINE> fields = ( 'user', ) <NEW_LINE> <DEDENT> def __init__(self, *args, **kwargs): <NEW_LINE> <INDENT> self... | A form for creating a new group with a new teacher | 625990674428ac0f6e659cad |
@dataclass(eq=False, repr=False) <NEW_LINE> class AbstractWaveform(Message): <NEW_LINE> <INDENT> frame: str | A waveform envelope defined for a specific frame. This abstract class is made concrete by either a `Waveform` or a templated waveform such as `GaussianWaveform` | 6259906766673b3332c31b78 |
class InRowRepeat: <NEW_LINE> <INDENT> def __init__(self, components, until=None): <NEW_LINE> <INDENT> if type(components) is not list: <NEW_LINE> <INDENT> raise TypeError('Components must be a list.') <NEW_LINE> <DEDENT> if len(components) == 0: <NEW_LINE> <INDENT> raise ValueError('Components must not be empty.') <NE... | Represents a series of stitches that are repeated within a single row. | 625990676e29344779b01dcc |
class FadesError(Exception): <NEW_LINE> <INDENT> pass | Provides a Fades exception. | 62599067ac7a0e7691f73c61 |
class BaseStat(object): <NEW_LINE> <INDENT> def __init__(self, agent, stat_conf, logger): <NEW_LINE> <INDENT> self.agent = agent <NEW_LINE> self.stat_conf = stat_conf <NEW_LINE> self.logger = logger <NEW_LINE> self.configure() <NEW_LINE> <DEDENT> def configure(self): <NEW_LINE> <INDENT> pass <NEW_LINE> <DEDENT> def sta... | Base class for all service stat | 6259906799cbb53fe6832660 |
class ResourceLibrary(cc_targets.CcTarget): <NEW_LINE> <INDENT> def __init__(self, name, srcs, deps, optimize, extra_cppflags, kwargs): <NEW_LINE> <INDENT> super(ResourceLibrary, self).__init__( name=name, type='resource_library', srcs=srcs, deps=deps, visibility=None, warning='', defs=[], incs=[], export_incs=[], opti... | This class is used to generate C/C++ resource library rules. | 625990677d847024c075db54 |
class BetaP2PNodeServicer(object): <NEW_LINE> <INDENT> def GetNodeState(self, request, context): <NEW_LINE> <INDENT> context.code(beta_interfaces.StatusCode.UNIMPLEMENTED) <NEW_LINE> <DEDENT> def GetKnownPeers(self, request, context): <NEW_LINE> <INDENT> context.code(beta_interfaces.StatusCode.UNIMPLEMENTED) <NEW_LINE>... | The Beta API is deprecated for 0.15.0 and later.
It is recommended to use the GA API (classes and functions in this
file not marked beta) for all further purposes. This class was generated
only to ease transition from grpcio<0.15.0 to grpcio>=0.15.0. | 625990677d43ff2487427fce |
class Event(Base): <NEW_LINE> <INDENT> __tablename__ = 'event' <NEW_LINE> event_id = Column(Integer, nullable=False, primary_key=True, autoincrement=True) <NEW_LINE> time_stamp = Column(DateTime, nullable=False, server_default=sa.func.now()) <NEW_LINE> severity = Column(String(50), nullable=False, server_default='') <N... | The event table is to store required attributes of an event | 62599067aad79263cf42ff34 |
class Comment(db.Model): <NEW_LINE> <INDENT> __tablename__ = 'comments' <NEW_LINE> id = db.Column(db.Integer, primary_key=True) <NEW_LINE> body = db.Column(db.Text) <NEW_LINE> body_html = db.Column(db.Text) <NEW_LINE> timestamp = db.Column(db.DateTime, index=True, default=datetime.utcnow) <NEW_LINE> disabled = db.Colum... | Модель комментариев | 625990673cc13d1c6d466ec0 |
class DataLogger(object): <NEW_LINE> <INDENT> def __init__(self): <NEW_LINE> <INDENT> pass <NEW_LINE> <DEDENT> def log_training_progress(self, model, epoch, i, set_size, batch_time, data_time, classerr, losses, print_freq, collectors): <NEW_LINE> <INDENT> raise NotImplementedError <NEW_LINE> <DEDENT> def log_activation... | This is an abstract interface for data loggers
Data loggers log the progress of the training process to some backend.
This backend can be a file, a web service, or some other means to collect and/or
display the training | 6259906744b2445a339b751e |
class TurboActivateInetTimeoutError(TurboActivateInetError): <NEW_LINE> <INDENT> pass | The connection to the server timed out because a long period of time
elapsed since the last data was sent or received. | 625990671f5feb6acb164368 |
class CustomConfigParser(metaclass=Singleton): <NEW_LINE> <INDENT> def __init__(self, config_override_filename=None): <NEW_LINE> <INDENT> if config_override_filename and not os.path.isfile(config_override_filename): <NEW_LINE> <INDENT> raise ValueError("Unable to find config file {}".format(config_override_filename)) <... | Singleton class that wraps the ConfigParser to make sure it's only loaded once.
The first time a config filename override will be considered. After that
the parameter is irrelevant as the same config object will be returned. | 62599067d6c5a102081e38a2 |
class pyNoIdChainSilhouetteIterator: <NEW_LINE> <INDENT> def __init__(self, stayInSelection=True): <NEW_LINE> <INDENT> pass <NEW_LINE> <DEDENT> def init(self): <NEW_LINE> <INDENT> pass <NEW_LINE> <DEDENT> def traverse(self, iter): <NEW_LINE> <INDENT> pass | Natural chaining iterator that follows the edges of the same nature following the topology of objects, with decreasing priority for silhouettes, then borders, then suggestive contours, then all other edge types. It won’t chain the same ViewEdge twice. | 62599067aad79263cf42ff35 |
class ShareTypeManager(base.ManagerWithFind): <NEW_LINE> <INDENT> resource_class = ShareType <NEW_LINE> def list(self, search_opts=None, show_all=True): <NEW_LINE> <INDENT> query_string = '' <NEW_LINE> if show_all: <NEW_LINE> <INDENT> query_string = '?is_public=all' <NEW_LINE> <DEDENT> return self._list("/types%s" % qu... | Manage :class:`ShareType` resources. | 6259906791f36d47f2231a4d |
class sequenceTransform(VegaSchema): <NEW_LINE> <INDENT> _schema = {'$ref': '#/defs/sequenceTransform'} <NEW_LINE> def __init__(self, start=Undefined, stop=Undefined, type=Undefined, signal=Undefined, step=Undefined, **kwds): <NEW_LINE> <INDENT> super(sequenceTransform, self).__init__(start=start, stop=stop, type=type,... | sequenceTransform schema wrapper
Mapping(required=[type, start, stop])
Attributes
----------
start : anyOf(float, :class:`signal`)
stop : anyOf(float, :class:`signal`)
type : enum('sequence')
signal : string
step : anyOf(float, :class:`signal`)
as : anyOf(string, :class:`signal`) | 62599067a8370b77170f1b4c |
class DistInfo(IndexReference): <NEW_LINE> <INDENT> def __init__(self, release, dist_type=None, url=None, hashname=None, hashval=None, is_external=True, python_version=None, index=None): <NEW_LINE> <INDENT> self.set_index(index) <NEW_LINE> self.release = release <NEW_LINE> self.dist_type = dist_type <NEW_LINE> self.pyt... | Represents a distribution retrieved from an index (sdist, bdist, ...)
| 6259906776e4537e8c3f0cff |
class Tuple(Funsor): <NEW_LINE> <INDENT> def __init__(self, args): <NEW_LINE> <INDENT> assert isinstance(args, tuple) <NEW_LINE> assert all(isinstance(arg, Funsor) for arg in args) <NEW_LINE> inputs = OrderedDict() <NEW_LINE> for arg in args: <NEW_LINE> <INDENT> inputs.update(arg.inputs) <NEW_LINE> <DEDENT> output = Pr... | Funsor term representing tuples of other terms of possibly heterogeneous type. | 62599067e76e3b2f99fda17d |
class Naive(SupervisedTemplate): <NEW_LINE> <INDENT> def __init__( self, model: Module, optimizer: Optimizer, criterion=CrossEntropyLoss(), train_mb_size: int = 1, train_epochs: int = 1, eval_mb_size: int = None, device=None, plugins: Optional[List[SupervisedPlugin]] = None, evaluator: EvaluationPlugin = default_evalua... | Naive finetuning.
The simplest (and least effective) Continual Learning strategy. Naive just
incrementally fine tunes a single model without employing any method
to contrast the catastrophic forgetting of previous knowledge.
This strategy does not use task identities.
Naive is easy to set up and its results are commo... | 625990673617ad0b5ee078ce |
class DenseNet121(object): <NEW_LINE> <INDENT> def __init__(self, input_shape, output_dim, k=32, theta=0.5): <NEW_LINE> <INDENT> self.k = k <NEW_LINE> self.theta = theta <NEW_LINE> x = Input(shape=input_shape) <NEW_LINE> h = Conv2D(64, kernel_size=(7, 7), strides=(2, 2), padding='same')(x) <NEW_LINE> h = BatchNormaliza... | Reference:
"Densely Connected Convolutional Networks"
https://arxiv.org/abs/1608.06993 | 6259906767a9b606de547660 |
class DateTime(DataElementValue): <NEW_LINE> <INDENT> value = models.DateTimeField() <NEW_LINE> raw = models.CharField( max_length=26, help_text="YYYYMMDDHHMMSS.FFFFFF&ZZXX" ) | A :class:`~django.db.models.Model` representing a single *DateTime* data
element value. | 625990674428ac0f6e659caf |
class MemcacheStatus(request_handler.RequestHandler): <NEW_LINE> <INDENT> @user_util.open_access <NEW_LINE> def get(self): <NEW_LINE> <INDENT> now = datetime.datetime.now() <NEW_LINE> now_time_t = int(time.mktime(now.timetuple())) <NEW_LINE> memcache_stats = memcache.get_stats() <NEW_LINE> if self.request.get('output')... | Handle requests to show information about the current state of memcache.
Gives raw data, suitable for plotting.
This is open-access so it's easy to write a script to download this
data and store it. Nothing here is sensitive.
TODO(csilvers): save the data and show a pretty graphy. | 625990674e4d562566373b84 |
class Plugin(): <NEW_LINE> <INDENT> def __init__(self, plugin, name, commands): <NEW_LINE> <INDENT> self.plugin = plugin <NEW_LINE> self.name = name <NEW_LINE> self.commands = commands | Store information about a plugin | 625990677047854f46340b31 |
class NoConsumerMiddleware(ViewMiddleware): <NEW_LINE> <INDENT> def process_view(self, request, view_func, view_args, view_kwargs): <NEW_LINE> <INDENT> request.can_view_consumer = ( request.user.is_authenticated() and request.user.get_profile().can_view_consumer() ) <NEW_LINE> name = self.get_name(view_func) <NEW_LINE>... | Suprisingly similar to the other middleware, except on finding a match
it renders a page and has a bigger list of things we don't like.
Even more temporary. Maybe even more dragons. | 625990673317a56b869bf101 |
class SimpleIterator(DBIterator): <NEW_LINE> <INDENT> def __init__(self, triples, pattern, offset=0): <NEW_LINE> <INDENT> super(SimpleIterator, self).__init__(pattern) <NEW_LINE> self._triples = triples <NEW_LINE> self._popped = offset <NEW_LINE> <DEDENT> def has_next(self): <NEW_LINE> <INDENT> return len(self._triples... | A DBIterator that iterates over a set of triples | 6259906799fddb7c1ca6398e |
class FanMap(SnmpPlugin): <NEW_LINE> <INDENT> maptype = "FanMap" <NEW_LINE> modname = "Products.ZenModel.Fan" <NEW_LINE> relname = "fans" <NEW_LINE> compname = "hw" <NEW_LINE> snmpGetTableMaps = ( GetTableMap('sensorTable', '.1.3.6.1.4.1.30155.2.1.2.1', { '.2': 'id', '.3': '_type', '.7': 'state', } ), ) <NEW_LINE> stat... | Map OpenBSD sensor table to model. | 62599067b7558d5895464aee |
class TooManySpecsForKey(Exception): <NEW_LINE> <INDENT> pass | Thrown when a mapping contains multiple specs when a singular spec is expected. | 625990677cff6e4e811b71c5 |
class OverrunBufferException(ParseException): <NEW_LINE> <INDENT> def __init__(self, readOffs, bufLen): <NEW_LINE> <INDENT> tvalue = "read: %s, buffer length: %s" % (hex(readOffs), hex(bufLen)) <NEW_LINE> super(ParseException, self).__init__(tvalue) <NEW_LINE> <DEDENT> def __str__(self): <NEW_LINE> <INDENT> return str(... | An exception to be thrown during parsing when something is unpack into
or from a location beyond the boundaries of a buffer. | 625990674428ac0f6e659cb0 |
class SouthTexasCity(models.Model): <NEW_LINE> <INDENT> name = models.CharField(max_length=30) <NEW_LINE> point = models.PointField(srid=32140) <NEW_LINE> objects = models.GeoManager() <NEW_LINE> def __unicode__(self): return self.name | City model on projected coordinate system for South Texas. | 62599067f7d966606f749479 |
class PserverZODBUsersTestCase(unittest.TestCase): <NEW_LINE> <INDENT> layer = PloneBaseLayer <NEW_LINE> def setUp(self): <NEW_LINE> <INDENT> self.layer.requester('POST', '/plone/plone/@addons', data=json.dumps({ "id": "zodbusers" })) <NEW_LINE> <DEDENT> def get_portal(self): <NEW_LINE> <INDENT> root = self.layer.new_r... | Adding the OAuth utility | 62599067cb5e8a47e493cd43 |
class ChoicesTask(object): <NEW_LINE> <INDENT> def __iter__(self): <NEW_LINE> <INDENT> from project.models import Task <NEW_LINE> for i in Task.query.order_by(Task.task_no.asc()).all(): <NEW_LINE> <INDENT> yield (i.id, i.task_no) | this method ensure a dynamic choice_list for selectField | 625990672ae34c7f260ac866 |
class AirVisualOptionsFlowHandler(config_entries.OptionsFlow): <NEW_LINE> <INDENT> def __init__(self, config_entry): <NEW_LINE> <INDENT> self.config_entry = config_entry <NEW_LINE> <DEDENT> async def async_step_init(self, user_input=None): <NEW_LINE> <INDENT> if user_input is not None: <NEW_LINE> <INDENT> return self.a... | Handle an AirVisual options flow. | 625990670a50d4780f70697f |
class DeleteLayerVersionRequest(AbstractModel): <NEW_LINE> <INDENT> def __init__(self): <NEW_LINE> <INDENT> self.LayerName = None <NEW_LINE> self.LayerVersion = None <NEW_LINE> <DEDENT> def _deserialize(self, params): <NEW_LINE> <INDENT> self.LayerName = params.get("LayerName") <NEW_LINE> self.LayerVersion = params.get... | DeleteLayerVersion请求参数结构体
| 625990678e7ae83300eea80d |
class Interaction: <NEW_LINE> <INDENT> name = "Particle interaction" <NEW_LINE> integral_type = None <NEW_LINE> integrals = None <NEW_LINE> def __init__(self, name=None, integrals=None): <NEW_LINE> <INDENT> self.name = name <NEW_LINE> self.integrals = IntegralDeduplicator(self.integrals).integrals <NEW_LINE> <DEDENT> d... | ## Interaction
Class that holds collision integrals explicitly defined for a set of particles | 625990670c0af96317c5791e |
class Style: <NEW_LINE> <INDENT> component_margin = 24 <NEW_LINE> body_text_size = 24 <NEW_LINE> header_text_size = 48 <NEW_LINE> header_font = QtGui.QFont("Segoe UI", header_text_size) <NEW_LINE> body_font = QtGui.QFont("Segoe UI", body_text_size) <NEW_LINE> ui_text_color = Qt.white <NEW_LINE> background_style = "back... | Style constants | 6259906755399d3f05627c9f |
class Stretch(ReversibleTransform): <NEW_LINE> <INDENT> stretch_center = CoordParameter(default=(0,0)) <NEW_LINE> def set_stretch_factor(self, value): <NEW_LINE> <INDENT> if isinstance(value, Coord): <NEW_LINE> <INDENT> self.__stretch_factor__ = value <NEW_LINE> <DEDENT> else: <NEW_LINE> <INDENT> self.__stretch_factor_... | Stretch an object using.
Example
-------
>>> s = Stretch()(shape) | 62599067d268445f2663a71c |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.