forked from open-spaced-repetition/srs-benchmark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstats_pb2.py
29 lines (24 loc) · 1.77 KB
/
stats_pb2.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: stats.proto
"""Generated protocol buffer code."""
from google.protobuf.internal import builder as _builder
from google.protobuf import descriptor as _descriptor
from google.protobuf import descriptor_pool as _descriptor_pool
from google.protobuf import symbol_database as _symbol_database
# @@protoc_insertion_point(imports)
_sym_db = _symbol_database.Default()
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
b'\n\x0bstats.proto\x12\nanki.stats"\xa9\x02\n\x0bRevlogEntry\x12\n\n\x02id\x18\x01 \x01(\x03\x12\x0b\n\x03\x63id\x18\x02 \x01(\x03\x12\x0b\n\x03usn\x18\x03 \x01(\x05\x12\x15\n\rbutton_chosen\x18\x04 \x01(\r\x12\x10\n\x08interval\x18\x05 \x01(\x05\x12\x15\n\rlast_interval\x18\x06 \x01(\x05\x12\x13\n\x0b\x65\x61se_factor\x18\x07 \x01(\r\x12\x14\n\x0ctaken_millis\x18\x08 \x01(\r\x12\x37\n\x0breview_kind\x18\t \x01(\x0e\x32".anki.stats.RevlogEntry.ReviewKind"P\n\nReviewKind\x12\x0c\n\x08LEARNING\x10\x00\x12\n\n\x06REVIEW\x10\x01\x12\x0e\n\nRELEARNING\x10\x02\x12\x0c\n\x08\x46ILTERED\x10\x03\x12\n\n\x06MANUAL\x10\x04"N\n\rRevlogEntries\x12(\n\x07\x65ntries\x18\x01 \x03(\x0b\x32\x17.anki.stats.RevlogEntry\x12\x13\n\x0bnext_day_at\x18\x02 \x01(\x03\x62\x06proto3'
)
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "stats_pb2", globals())
if _descriptor._USE_C_DESCRIPTORS == False:
DESCRIPTOR._options = None
_REVLOGENTRY._serialized_start = 28
_REVLOGENTRY._serialized_end = 325
_REVLOGENTRY_REVIEWKIND._serialized_start = 245
_REVLOGENTRY_REVIEWKIND._serialized_end = 325
_REVLOGENTRIES._serialized_start = 327
_REVLOGENTRIES._serialized_end = 405
# @@protoc_insertion_point(module_scope)