Searched defs:to_str (Results 1 – 3 of 3) sorted by relevance
301 def to_str(self, from_cache): member in _SchemaToStruct
388 PyObject *to_str = PyObject_Str(item); in warn_explicit() local
125 def __init__(self, name, default, length, to_str, to_id): argument