| Home | Trees | Indices | Help |
|
|---|
|
|
Utils module for StarCluster
|
|||
|
AttributeDict Subclass of dict that allows read-only attribute-like access to dictionary key/values |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
ipy_shell = <IPython.Shell.IPShellEmbed instance at 0x1dfd758>
|
|||
__package__ =
|
|||
|
|||
Returns command to execute python script as a one-line python program
e.g.
import os
script = '''
import os
print os.path.exists('hi')
'''
os.system(make_one_liner(script))
Will print out:
<module 'os' from ...>
False
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri May 14 13:53:36 2010 | http://epydoc.sourceforge.net |