We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Such as :
// // @author Yue Wang // @time [read system time] //
Seems a dictionary can be used here, like:
dic['author'] = `Yue Wang`
The text was updated successfully, but these errors were encountered:
Sample code in Python from SO
f = open("path_to_file", "r") contents = f.readlines() f.close() contents.insert(index, value) f = open("path_to_file", "w") contents = "".join(contents) f.write(contents) f.close()
tested.
Sorry, something went wrong.
No branches or pull requests
Such as :
Seems a dictionary can be used here, like:
The text was updated successfully, but these errors were encountered: