Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/KhronosGroup/Vulkan-Docs
/ write
Function
write
scripts/generator.py:25–29 ·
view source on GitHub ↗
(*args, **kwargs)
Source
from the content-addressed store, hash-verified
23
24
25
def
write(*args, **kwargs):
26
file = kwargs.pop(
'file'
, sys.stdout)
27
end = kwargs.pop(
'end'
,
'\n'
)
28
file.write(
' '
.join(str(arg)
for
arg in args))
29
file.write(end)
30
31
32
def
noneStr(s):
Callers
15
writeDict
Method · 0.90
endFile
Method · 0.90
writeDict
Method · 0.90
makeAccessor
Method · 0.90
endFile
Method · 0.90
writeDict
Method · 0.90
endFile
Method · 0.90
writeInclude
Method · 0.90
writeEnumTable
Method · 0.90
writeBox
Method · 0.90
writeBlock
Method · 0.90
resolveDeprecationChain
Method · 0.90
Calls
1
write
Method · 0.45
Tested by
no test coverage detected