src/eric7/Documentation/Source/eric7.MicroPython.MipPackageDialog.html

branch
mpy_network
changeset 9979
dbafba79461d
parent 9844
2f3d623f7617
child 10479
856476537696
equal deleted inserted replaced
9978:f878ae1e6d21 9979:dbafba79461d
102 Public method to get the entered package installation data. 102 Public method to get the entered package installation data.
103 </p> 103 </p>
104 <dl> 104 <dl>
105 <dt>Return:</dt> 105 <dt>Return:</dt>
106 <dd> 106 <dd>
107 tuple containing the package name, package version and a flag, 107 tuple containing the package name, package version, a flag indicating
108 indicating to install the package as '.mpy ' files 108 to install the package as '.mpy ' file, the target directory on the device
109 and the package index to get the package from
109 </dd> 110 </dd>
110 </dl> 111 </dl>
111 <dl> 112 <dl>
112 <dt>Return Type:</dt> 113 <dt>Return Type:</dt>
113 <dd> 114 <dd>
114 tuple of (str, str, bool) 115 tuple of (str, str, bool, str, str)
115 </dd> 116 </dd>
116 </dl> 117 </dl>
117 <div align="right"><a href="#top">Up</a></div> 118 <div align="right"><a href="#top">Up</a></div>
118 <hr /> 119 <hr />
119 </body></html> 120 </body></html>

eric ide

mercurial