Coverage for klayout_pex_protobuf/kpex/layout/location_pb2.py: 72%
18 statements
« prev ^ index » next coverage.py v7.10.2, created at 2025-08-08 18:54 +0000
« prev ^ index » next coverage.py v7.10.2, created at 2025-08-08 18:54 +0000
1# -*- coding: utf-8 -*-
2# Generated by the protocol buffer compiler. DO NOT EDIT!
3# NO CHECKED-IN PROTOBUF GENCODE
4# source: kpex/layout/location.proto
5# Protobuf Python Version: 6.31.0
6"""Generated protocol buffer code."""
7from google.protobuf import descriptor as _descriptor
8from google.protobuf import descriptor_pool as _descriptor_pool
9from google.protobuf import runtime_version as _runtime_version
10from google.protobuf import symbol_database as _symbol_database
11from google.protobuf.internal import builder as _builder
12_runtime_version.ValidateProtobufRuntimeVersion(
13 _runtime_version.Domain.PUBLIC,
14 6,
15 31,
16 0,
17 '',
18 'kpex/layout/location.proto'
19)
20# @@protoc_insertion_point(imports)
22_sym_db = _symbol_database.Default()
25from kpex.geometry import shapes_pb2 as kpex_dot_geometry_dot_shapes__pb2
28DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1akpex/layout/location.proto\x12\x0bkpex.layout\x1a\x1akpex/geometry/shapes.proto\"\xe1\x01\n\x08Location\x12(\n\x04kind\x18\n \x01(\x0e\x32\x1a.kpex.layout.Location.Kind\x12%\n\x05point\x18\x14 \x01(\x0b\x32\x14.kpex.geometry.PointH\x00\x12!\n\x03\x62ox\x18( \x01(\x0b\x32\x12.kpex.geometry.BoxH\x00\"U\n\x04Kind\x12\x1d\n\x19LOCATION_KIND_UNSPECIFIED\x10\x00\x12\x17\n\x13LOCATION_KIND_POINT\x10\x01\x12\x15\n\x11LOCATION_KIND_BOX\x10\x03\x42\n\n\x08locationb\x06proto3')
30_globals = globals()
31_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
32_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'kpex.layout.location_pb2', _globals)
33if not _descriptor._USE_C_DESCRIPTORS:
34 DESCRIPTOR._loaded_options = None
35 _globals['_LOCATION']._serialized_start=72
36 _globals['_LOCATION']._serialized_end=297
37 _globals['_LOCATION_KIND']._serialized_start=200
38 _globals['_LOCATION_KIND']._serialized_end=285
39# @@protoc_insertion_point(module_scope)