added
This commit is contained in:
16
Readme.md
16
Readme.md
@@ -32,4 +32,18 @@ Stringformat :
|
||||
{0:>..} -> s=string, d=dict, x=Hexa, X=Oktal, b=binar, f=float
|
||||
{0:->13} 0x{1:0>4b}".format("abc", 23) -> Beispiel oder "{0:->{width}} 0x{1:0>4b}".format("abc", 23, width=13)
|
||||
|
||||
pydoc3 zeigt die Helps an Beispiel pydoc3 sys
|
||||
pydoc3 zeigt die Helps an Beispiel pydoc3 sys
|
||||
|
||||
IN $PYTHONPATH sucht Python nach Modulen
|
||||
|
||||
Die wichtigen vars von Funktion
|
||||
|
||||
__name__
|
||||
__file__
|
||||
|
||||
z.B print(str.__name__)
|
||||
|
||||
Alle Exceptions sind im Netz https://docs.python.org/3/library/exceptions.html
|
||||
|
||||
mit join mach ich die Liste wieder zusammen
|
||||
.join(format_tb(e.__traceback__)
|
||||
|
||||
Reference in New Issue
Block a user