Coverage for klayout_pex_protobuf/kpex/result/pex_result_pb2.py: 61%

23 statements  

« 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/result/pex_result.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/result/pex_result.proto' 

19) 

20# @@protoc_insertion_point(imports) 

21 

22_sym_db = _symbol_database.Default() 

23 

24 

25from kpex.c import capacitance_pb2 as kpex_dot_c_dot_capacitance__pb2 

26from kpex.r import r_network_pb2 as kpex_dot_r_dot_r__network__pb2 

27 

28 

29DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1ckpex/result/pex_result.proto\x12\x0bkpex.result\x1a\x18kpex/c/capacitance.proto\x1a\x16kpex/r/r_network.proto\"7\n\x11RExtractionResult\x12\"\n\x08networks\x18\n \x03(\x0b\x32\x10.kpex.r.RNetwork\"&\n\x11\x43\x45xtractionResult\x12\x11\n\tcell_name\x18\n \x01(\t\"z\n\x14\x43\x65llExtractionResult\x12\x30\n\x08\x63_result\x18\n \x01(\x0b\x32\x1e.kpex.result.CExtractionResult\x12\x30\n\x08r_result\x18\x14 \x01(\x0b\x32\x1e.kpex.result.RExtractionResult\"R\n\tPEXResult\x12\x45\n\x1atop_cell_extraction_result\x18\n \x01(\x0b\x32!.kpex.result.CellExtractionResultb\x06proto3') 

30 

31_globals = globals() 

32_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals) 

33_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'kpex.result.pex_result_pb2', _globals) 

34if not _descriptor._USE_C_DESCRIPTORS: 

35 DESCRIPTOR._loaded_options = None 

36 _globals['_REXTRACTIONRESULT']._serialized_start=95 

37 _globals['_REXTRACTIONRESULT']._serialized_end=150 

38 _globals['_CEXTRACTIONRESULT']._serialized_start=152 

39 _globals['_CEXTRACTIONRESULT']._serialized_end=190 

40 _globals['_CELLEXTRACTIONRESULT']._serialized_start=192 

41 _globals['_CELLEXTRACTIONRESULT']._serialized_end=314 

42 _globals['_PEXRESULT']._serialized_start=316 

43 _globals['_PEXRESULT']._serialized_end=398 

44# @@protoc_insertion_point(module_scope)