Home
last modified time | relevance | path

Searched defs:methname (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/test/test_capi/
Dtest_number.py53 methname = '__index__' variable in IndexLike
56 methname = '__int__' variable in IntLike
59 methname = '__float__' variable in FloatLike
212 methname = '__pow__' variable in CAPITest.test_misc_power.HasPow
/external/python/cpython3/Objects/
Ddictobject.c3546 const char *methname) in dict_update_common()