Every line of 'python header comments' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your Python code is secure.
339 def c_comment(s): 340 indent() 341 out('/* ') 342 out_Str(s) 343 out(' */\n')