MCPcopy Create free account
hub / github.com/cbeck88/visit_struct / write

Function write

generate_pp_map.py:26–27  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

24 args.limit = 69
25
26def write(s):
27 sys.stdout.write(str(s))
28
29def writeln(s = ""):
30 sys.stdout.write(str(s))

Callers 3

write_pp_arg_nFunction · 0.85
write_pp_nargFunction · 0.85
write_pp_apply_fFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected