Home
last modified time | relevance | path

Searched defs:ml_name (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Include/
Dmethodobject.h36 const char *ml_name; /* The name of the built-in function/method */ member
/external/python/cpython2/Include/
Dmethodobject.h38 const char *ml_name; /* The name of the built-in function/method */ member
/external/python/cpython2/Tools/gdb/
Dlibpython.py582 def __init__(self, ml_name): argument
589 def __init__(self, ml_name, pyop_m_self): argument
/external/python/cpython3/Tools/gdb/
Dlibpython.py598 def __init__(self, ml_name): argument
605 def __init__(self, ml_name, pyop_m_self): argument
/external/python/cpython2/PC/bdist_wininst/
Dinstall.c341 char *ml_name; member