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

Method add

comtypes/test/test_server.py:72–74  ·  view source on GitHub ↗
(self, text)

Source from the content-addressed store, hash-verified

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"

Callers 1

MyServerClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected