MCPcopy Create free account
hub / github.com/ActiveState/code / include

Method include

recipes/Python/205451_Povray_for_python/recipe-205451.py:8–10  ·  view source on GitHub ↗
(self,name)

Source from the content-addressed store, hash-verified

6 self.__indent = 0
7 self.write(*items)
8 def include(self,name):
9 self.writeln( '#include "%s"'%name )
10 self.writeln()
11 def indent(self):
12 self.__indent += 1
13 def dedent(self):

Callers 2

writeMethod · 0.95
recipe-577193.jsFile · 0.45

Calls 1

writelnMethod · 0.95

Tested by

no test coverage detected