mirror of
https://github.com/naruxde/revpimodio2.git
synced 2025-11-08 22:03:53 +01:00
Parameterprüfung für Instantiierung eingeführt
Debug-Parameter für alle Vererbungen übernommen
This commit is contained in:
@@ -33,11 +33,32 @@ Classes</h3>
|
||||
Functions</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<td><a style="color:#0000FF" href="#acheck">acheck</a></td>
|
||||
<td>Check type of given arguments.</td>
|
||||
</tr><tr>
|
||||
<td><a style="color:#0000FF" href="#consttostr">consttostr</a></td>
|
||||
<td>Gibt <class 'str'> fuer Konstanten zurueck.</td>
|
||||
</tr>
|
||||
</table>
|
||||
<hr /><hr />
|
||||
<a NAME="acheck" ID="acheck"></a>
|
||||
<h2 style="background-color:#FFFFFF;color:#0000FF">acheck</h2>
|
||||
<b>acheck</b>(<i>check_type, **kwargs</i>)
|
||||
<p>
|
||||
Check type of given arguments.
|
||||
</p><p>
|
||||
Use the argument name as keyword and the argument itself as value.
|
||||
</p><dl>
|
||||
<dt><i>check_type</i></dt>
|
||||
<dd>
|
||||
Type to check
|
||||
</dd><dt><i>kwargs</i></dt>
|
||||
<dd>
|
||||
Arguments to check
|
||||
</dd>
|
||||
</dl>
|
||||
<div align="right"><a style="color:#0000FF" href="#top">Up</a></div>
|
||||
<hr /><hr />
|
||||
<a NAME="consttostr" ID="consttostr"></a>
|
||||
<h2 style="background-color:#FFFFFF;color:#0000FF">consttostr</h2>
|
||||
<b>consttostr</b>(<i>value</i>)
|
||||
|
||||
Reference in New Issue
Block a user