Classes | |
class | PyGME_Generator |
Functions | |
def | generate |
Variables | |
register = False | |
tuple | sarg = arg.split('=') |
tuple | registry = len(sarg) |
tuple | specPath = len(sys.argv) |
tuple | spath = os.path.split(sys.argv[1]) |
tuple | gpath = os.path.split(sys.argv[0]) |
tuple | genPath = os.path.splitdrive(sys.argv[1]) |
dictionary | specDict = {'tooltip' : '', 'iconpath' : '', 'clsid' : str(pythoncom.CreateGuid())} |
tuple | specXML = parse(os.path.join(genPath, specPath)) |
de = specXML.documentElement | |
tuple | iconBase = os.path.splitdrive(specDict['iconpath']) |
tuple | f = file(os.path.join(genPath, "%s.py" % specDict['name']), "w") |
tuple | mod = __import__(specDict['name']) |
tuple | comp = getattr(mod, specDict['name']) |
def PyGME::generate | ( | ) |
Definition at line 125 of file PyGME/PyGME.py.
tuple PyGME::comp = getattr(mod, specDict['name']) |
Definition at line 70 of file ScriptSDK/Python/PyGME.py.
PyGME::de = specXML.documentElement |
Definition at line 34 of file ScriptSDK/Python/PyGME.py.
tuple PyGME::f = file(os.path.join(genPath, "%s.py" % specDict['name']), "w") |
Definition at line 61 of file ScriptSDK/Python/PyGME.py.
tuple PyGME::genPath = os.path.splitdrive(sys.argv[1]) |
Definition at line 21 of file ScriptSDK/Python/PyGME.py.
tuple PyGME::gpath = os.path.split(sys.argv[0]) |
Definition at line 20 of file ScriptSDK/Python/PyGME.py.
string PyGME::iconBase = os.path.splitdrive(specDict['iconpath']) |
Definition at line 53 of file ScriptSDK/Python/PyGME.py.
tuple PyGME::mod = __import__(specDict['name']) |
Definition at line 69 of file ScriptSDK/Python/PyGME.py.
PyGME::register = False |
Definition at line 7 of file ScriptSDK/Python/PyGME.py.
tuple PyGME::registry = len(sarg) |
Definition at line 12 of file ScriptSDK/Python/PyGME.py.
tuple PyGME::sarg = arg.split('=') |
Definition at line 11 of file ScriptSDK/Python/PyGME.py.
tuple PyGME::spath = os.path.split(sys.argv[1]) |
Definition at line 19 of file ScriptSDK/Python/PyGME.py.
dictionary PyGME::specDict = {'tooltip' : '', 'iconpath' : '', 'clsid' : str(pythoncom.CreateGuid())} |
Definition at line 29 of file ScriptSDK/Python/PyGME.py.
Definition at line 18 of file ScriptSDK/Python/PyGME.py.
tuple PyGME::specXML = parse(os.path.join(genPath, specPath)) |
Definition at line 33 of file ScriptSDK/Python/PyGME.py.