MCPcopy Create free account
hub / github.com/RingBDStack/GDAP / __init__

Method __init__

extraction/event_schema.py:9–12  ·  view source on GitHub ↗
(self, type_list, role_list, type_role_dict)

Source from the content-addressed store, hash-verified

7
8class EventSchema:
9 def __init__(self, type_list, role_list, type_role_dict):
10 self.type_list = type_list
11 self.role_list = role_list
12 self.type_role_dict = type_role_dict
13
14 @staticmethod
15 def read_from_file(filename):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected