Please enable JavaScript in your browser!
Domů
Procházet
Nápověda
Přihlásit se
tanja
/
cdplib
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
4
Wiki
Strom:
79182ad3ca
Větve
Značky
DataFrameToCollection_refactored
debugging_thorsten
master
minor_fix_dereferencing
new_pipeline_selection
oskar-dev
restriction_to_collection
space_composer
sql_queries_class
cdplib
/
db_migration
/
Test.py
Test.py
138 B
Historie
Surový
1
2
3
4
5
6
7
8
class Test:
def __init__(self,name):
self.name=name
def print_name(self):
print(self.name)