The _user frame_ contains data and functions related to a particular
user, such as the users email address. In addition, Interscript
imports the module 'user', which executes the file 'pythonrc.py'
in the user's home directory under Unix.
Start python section to interscript/frames/user.py[1
/1
]
1: #line 169 "frames.ipk"
2: class user_frame: 3: pass 4:
End python section to interscript/frames/user.py[1]