Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python

//File & Code Templates
// Settings/Preferences | Editor | File and Code Templates
//https://confluence.jetbrains.com/display/PhpStorm/File+Templates+in+PhpStorm
//The one with PHP File Header is located on "Includes" tab.
//But you can edit default "PHP File" template and have your header comment defined right there if you wish.


//WRITE



/**
 * Created by PhpStorm.
 * Filename: ${FILE_NAME}
 * Project Name: ${PROJECT_NAME}
 * User: ${USER}
 * Date: ${DAY}/${MONTH}/${YEAR}
 * Time: ${TIME}
 */
Source by www.codegrepper.com #
 
PREVIOUS NEXT
Tagged: #python
ADD COMMENT
Topic
Name
9+6 =