python判断对象的数据类型,python 判断对象类型
我一直在尝试搜索如何在大蟒中传递对象引用,并像爪哇一样对其进行类型转换,但没有成功。我不知道这个话题是否存在。
我的问题是必须将对象引用传递给类构造函数。但我不知道如何将引用类型转换为对象。在爪哇岛中,虽然我已经完成了这个任务,但是我必须将代码传输到服务器端。
非常感谢,
杰克类搜索矩形:
def __init__(self,lower_left_subgrid_x,lower_left_subgrid_y,rectangle_width,rectangle_height):
自我。min _ sub grid _ x=int(lower _ left _ sub grid _ x)
自我。max _ sub grid _ x=int(self。最小_子网格_ x矩形_宽度-1)
自我。min _ sub grid _ y=int(lower _ left _ sub grid _ y)
自我。max _ sub grid _ y=int(self。最小_子网格_ y矩形_高度-1)
.废话
类SearchRectangleMultiGrid:
#父矩形应该是搜索矩形实例
def __init__(self,parent_rectangle):
自我。parent _ rectangle=搜索矩形()parent _ rectangle
#测试代码
test _ rect=搜索矩形(test _ sub网格。子网格_ x,测试_子网格.子网格_y,18,18)
打印" \ n \测试搜索矩形";
打印test_rect.to_string()
打印test _ rect.sql _子句
test _ rec _ multi=searchrectanglemultigride(test _ rect)
打印\ n \测试SearchRectangleMulti
测试_记录_多重。父_矩形。to _ string()
郑重声明:本文由网友发布,不代表盛行IT的观点,版权归原作者所有,仅为传播更多信息之目的,如有侵权请联系,我们将第一时间修改或删除,多谢。