Please enable JavaScript in your browser!
Etusivu
Tutki
Apua
Kirjaudu sisään
tanja
/
cdplib
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
4
Wiki
Puu:
79182ad3ca
Branchit
Tagit
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
Historia
Raaka
1
2
3
4
5
6
7
8
class Test:
def __init__(self,name):
self.name=name
def print_name(self):
print(self.name)