Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Convenient Utility for Making Dictionaries

Originally published: 2008-07-23 23:55:00
Last updated: 2008-07-23 23:55:00
Author: Andrew Konstantaras

This function creates a dictionary containing all of the variables passed as parameters with the variable name being the key and the value of the variable as the value. I use it frequently when passing parameters to another function.