Browse Source

Verzeichnis für teil28

master teil28
Olli Graf 4 weeks ago
parent
commit
fec0969d7f
  1. 1
      Readme.md
  2. 1
      teil28/.gitignore
  3. 0
      teil28/classdecor.py
  4. 0
      teil28/counter.py
  5. 0
      teil28/fib.py
  6. 0
      teil28/func_param.py
  7. 0
      teil28/nested_function.py
  8. 0
      teil28/pass_func.py
  9. 0
      teil28/reverse.py
  10. 0
      teil28/simpledecorator.py
  11. 0
      teil28/static.py
  12. 0
      teil28/timer.py

1
Readme.md

@ -32,4 +32,5 @@ CC-BY-SA Olli Graf
|25 | reguläre Ausdrücke|
|26 | lambda Funktionen|
|27 | logging.config|
|28 | Decorators|

1
teil28/.gitignore

@ -0,0 +1 @@
__pycache__

0
decorator/classdecor.py → teil28/classdecor.py

0
decorator/counter.py → teil28/counter.py

0
decorator/fib.py → teil28/fib.py

0
decorator/func_param.py → teil28/func_param.py

0
decorator/nested_function.py → teil28/nested_function.py

0
decorator/pass_func.py → teil28/pass_func.py

0
decorator/reverse.py → teil28/reverse.py

0
decorator/simpledecorator.py → teil28/simpledecorator.py

0
decorator/static.py → teil28/static.py

0
decorator/timer.py → teil28/timer.py

Loading…
Cancel
Save