MCPcopy Create free account
hub / github.com/mhammond/pywin32 / AXScriptCodeBlock

Class AXScriptCodeBlock

com/win32comext/axscript/client/pyscript.py:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 return re.sub('\n','\r\n',text)
39
40class AXScriptCodeBlock(framework.AXScriptCodeBlock):
41 def GetDisplayName(self):
42 return "PyScript - " + framework.AXScriptCodeBlock.GetDisplayName(self)
43
44# There is only ever _one_ ax object - it exists in the global namespace
45# for all script items.

Callers 2

DoAddScriptletMethod · 0.70
DoParseScriptTextMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected