Home
last modified time | relevance | path

Searched refs:cls_str (Results 1 – 2 of 2) sorted by relevance

/external/trappy/trappy/stats/
Dgrammar.py141 def str_to_attr(cls_str): argument
150 attr_name = cls_str.rsplit(".", 1)
/external/python/cpython2/Modules/_ctypes/
Dcallproc.c964 PyObject *tp, *v, *tb, *s, *cls_str, *msg_str; in _ctypes_extend_error() local
974 cls_str = PyObject_Str(tp); in _ctypes_extend_error()
975 if (cls_str) { in _ctypes_extend_error()
976 PyString_ConcatAndDel(&s, cls_str); in _ctypes_extend_error()