| 893 | } |
| 894 | |
| 895 | export interface PyProxyWithLength extends PyLengthMethods {} |
| 896 | |
| 897 | // Controlled by HAS_LENGTH, appears for any object with __len__ or sq_length |
| 898 | // or mp_length methods |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…