This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
marcel.zickler
/
VRCycling
Beobachten
1
Favorit hinzufügen
0
Fork
2
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
cb230af2c6
Branches
Tags
extensions/traffic-extension
master
VRCycling
/
Assets
/
Plotting
/
venv
/
lib
/
python3.7
/
site-packages
/
setuptools
/
tests
/
textwrap.py
textwrap.py
98 B
Verlauf
Originalformat
1
2
3
4
5
6
import textwrap
def DALS(s):
"dedent and left-strip"
return textwrap.dedent(s).lstrip()