Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
Python
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Python Person.Person Examples
Programming Language:
Python
Namespace/Package Name:
P10_8
Class/Type:
Person
Method/Function:
Person
Examples at hotexamples.com:
1
Python Person.Person - 1 examples found
. These are the top rated real world Python examples of
P10_8.Person.Person
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
Person(1)
get_age(1)
get_name(1)
get_year(1)
Frequently Used Methods
Person (1)
get_age (1)
get_name (1)
get_year (1)
Example #1
0
Show file
def setUp(self): self.p = Person("John", 1986)
x