pyisinstance error
- Lenguaje dominante
- Julia
- Estrellas
- 1.5k
- Forks
- 186
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
```
pyisinstance(s, :PyDict_Type)
ERROR: MethodError: no method matching pyisinstance(::PyObject, ::Symbol)
```
I've just gone through the source code and found the following works:
```
pyisinstance(s, PyCall.@pyglobalobj :PyTuple_Type)
false
```
Can we have a ` pyisinstance(::PyObject, ::Symbol)` method exposed?
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Línea de trabajo
Start by reading the existing pyisinstance implementation and the source path where PyCall.@pyglobalobj is defined. Check how Python object and symbol arguments are currently handled, then add coverage for pyisinstance(s, :PyDict_Type) and confirm it produces the expected boolean result.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- julia, python
- Área
- backend
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 2/5
- Tiempo estimado
- 1-3 horas
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 42/100