python - Mandating file headers -


i newbie python.

we using visual studio ide , github code control.

what want able assign default header each file , make mandate.

for example:

if starts new file, should create 1 following header:

""" name: <current_owner> last modified: <time when code modified, being updated every commit: """ 

as obvious, "last modified:" should updated automatically every commit.


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -