Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
tanja
/
cdplib
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
4
Wiki
Tree:
ce148c417e
Branches
Tags
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
134 B
History
Raw
1
2
3
4
5
6
7
8
class Test:
def __init__(self,name):
self.name=name
def print_name():
print(self.name)