Searched defs:input_obj (Results 1 – 3 of 3) sorted by relevance
1264 PyObject *input_obj = (PyObject*)self; in bytearray_translate_impl() local
2041 PyObject *input_obj = (PyObject*)self; in bytes_translate_impl() local
6689 def __init__(self, input_obj): argument