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

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -