go-python / go-python/gpython

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

Đang mở
#25 5 bình luận 0 reaction 0 người được giao Xem trên GitHub
bug
Ngôn ngữ chính
Go
Star
1k
Fork
105
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

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.

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.