| ???? Python ??? | ??11?? ?????????? | |
|---|---|---|
| ???? | ?? | ???? |
????????????????????????????????
#!/usr/bin/python
# Filename: simplestclass.py
class Person:
pass # An empty block
p = Person()
print p
????????code/simplestclass.py??
$ python simplestclass.py
<__main__.Person instance at 0xf6fcb18c>
???????class?????????????????????μ?????????????????????????γ????塣??????????У????????????????飬????pass???????
???????????????????????????????????????????/?????????????????????????????????δ???????????????????????????????????????????????????????????????????__main__????????????Person????????
????????洢??????????????????????????????????????????????????????????Python???????κο?λ?洢????
| ???? | ????? | ???? |
|---|---|---|
| self | ??? | ???????? |