- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for get_person_name (0.05 sec)
-
tests/test_tutorial/test_python_types/test_tutorial010.py
from docs_src.python_types.tutorial010_py39 import Person, get_person_name def test_get_person_name():
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Fri Dec 26 10:43:02 UTC 2025 - 166 bytes - Viewed (0) -
docs_src/python_types/tutorial010_py39.py
class Person: def __init__(self, name: str): self.name = name def get_person_name(one_person: Person):Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 144 bytes - Viewed (0) -
android/guava/src/com/google/common/base/Equivalence.java
* is true. * * <p>For example: * * {@snippet : * Equivalence<Person> SAME_AGE = Equivalence.equals().onResultOf(GET_PERSON_AGE); * } * * <p>{@code function} will never be invoked with a null value. * * <p>Note that {@code function} must be consistent according to {@code this} equivalenceRegistered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Jul 10 01:47:55 UTC 2025 - 14.5K bytes - Viewed (0)