Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ writeln
Method
writeln
recipes/Python/205451_Povray_for_python/recipe-205451.py:31–33 ·
view source on GitHub ↗
(self,s="")
Source
from the content-addressed store, hash-verified
29
else
:
30
item.write(self)
31
def
writeln(self,s=
""
):
32
#print " "*self.__indent+s
33
self.file.write(
" "
*self.__indent+s+os.linesep)
34
35
class
Vector:
36
def
__init__(self,*args):
Callers
7
include
Method · 0.95
block_begin
Method · 0.95
block_end
Method · 0.95
_print_results
Function · 0.45
recipe-135702.py
File · 0.45
write
Method · 0.45
HTML2RSS
Method · 0.45
Calls
1
write
Method · 0.45
Tested by
no test coverage detected