go-python / go-python/gpython

gpython should treat standard input as a file, not as input to the REPL

Abierto
#25 5 comentarios 0 reacciones 0 asignados Ver en GitHub
bug
Lenguaje dominante
Go
Estrellas
1k
Forks
105
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

This definition works:

class X(object):
def __init__(self, x):
self.x = x
def __str__(self):
return "my name is %s" % self.x

This doesn't:

class X(object):
def __init__(self, x):
self.x = x

def __str__(self):
return "my name is %s" % self.x

Both are accepted by C Python.

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.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.