MCPcopy Create free account
hub / github.com/enthought/comtypes / Interface

Class Interface

comtypes/test/test_server.py:67–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65
66
67class Interface:
68 def __init__(self, header):
69 self.header = header
70 self.code = ""
71
72 def add(self, text):
73 self.code += text + "\n"
74 return self
75
76 def __str__(self):
77 return self.header + " {\n" + self.code + "}\n"
78
79
80################################################################

Callers 1

interfaceMethod · 0.85

Calls

no outgoing calls

Tested by 1

interfaceMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…