eric6/Documentation/Source/eric6.MicroPython.MicroPythonFileManager.html

changeset 7174
de8175253dfc
parent 7145
ceb3e8b242c1
child 7273
391d6b7b1eff
equal deleted inserted replaced
7173:f611c3b7313f 7174:de8175253dfc
161 <dd> 161 <dd>
162 reference to the parent object 162 reference to the parent object
163 </dd> 163 </dd>
164 </dl><a NAME="MicroPythonFileManager.__rsync" ID="MicroPythonFileManager.__rsync"></a> 164 </dl><a NAME="MicroPythonFileManager.__rsync" ID="MicroPythonFileManager.__rsync"></a>
165 <h4>MicroPythonFileManager.__rsync</h4> 165 <h4>MicroPythonFileManager.__rsync</h4>
166 <b>__rsync</b>(<i>hostDirectory, deviceDirectory, mirror=True, localDevice=False</i>) 166 <b>__rsync</b>(<i>hostDirectory, deviceDirectory, mirror=True, localDevice=False, indentLevel=0</i>)
167 <p> 167 <p>
168 Private method to synchronize a local directory to the device. 168 Private method to synchronize a local directory to the device.
169 </p><dl> 169 </p><dl>
170 <dt><i>hostDirectory</i> (str)</dt> 170 <dt><i>hostDirectory</i> (str)</dt>
171 <dd> 171 <dd>
178 flag indicating to mirror the local directory to 178 flag indicating to mirror the local directory to
179 the device directory 179 the device directory
180 </dd><dt><i>localDevice</i> (bool)</dt> 180 </dd><dt><i>localDevice</i> (bool)</dt>
181 <dd> 181 <dd>
182 flag indicating device access via local file system 182 flag indicating device access via local file system
183 </dd><dt><i>indentLevel</i> (int)</dt>
184 <dd>
185 indentation level for progress messages
183 </dd> 186 </dd>
184 </dl><dl> 187 </dl><dl>
185 <dt>Returns:</dt> 188 <dt>Returns:</dt>
186 <dd> 189 <dd>
187 list of errors 190 list of errors

eric ide

mercurial