Please enable JavaScript in your browser!
Inicio
Explorar
Ayuda
Iniciar sesión
tanja
/
cdplib
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
4
Wiki
Árbol:
79182ad3ca
Ramas
Etiquetas
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
Histórico
Raw
1
2
3
4
5
6
7
8
class Test:
def __init__(self,name):
self.name=name
def print_name(self):
print(self.name)