builtin: implement dir
Abierto
- Lenguaje dominante
- Go
- Estrellas
- 1k
- Forks
- 105
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
right now, `gpython` fails with:
```python
>>> import math
>>> dir(math)
Traceback (most recent call last):
File "", line 1, in
FIXME line of source goes here
NameError: NameError: "name 'dir' is not defined"
```
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.