Please enable JavaScript in your browser!
首页
发现
帮助
登录
tanja
/
cdplib
关注
1
点赞
0
派生
0
文件
工单管理
0
合并请求
4
Wiki
目录树:
ce148c417e
分支列表
标签列表
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
文件历史
原始文件
1
2
3
4
5
6
7
8
class Test:
def __init__(self,name):
self.name=name
def print_name():
print(self.name)