Please enable JavaScript in your browser!
ホーム
エクスプローラ
ヘルプ
サインイン
tanja
/
cdplib
Watch
1
Star
0
Fork
0
ファイル
課題
0
プルリクエスト
4
Wiki
ツリー:
79182ad3ca
ブランチ
タグ
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
履歴
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)