function not found with error AttributeError: "'module' has no attribute 'pre_save'"
Đang mở
- 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ả
I have the small script below that I try to test:
```python
import sys
def pre_save(value, numb):
if value == "value":
return("accepted by Python script " + sys.version)
else:
return("refused by Python script" + sys.version)
```
When I do a ` py.RunSrc(ctx, pythonCode, "", nil)`, I get "AttributeError: "'module' has no attribute 'pre_save'""
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á.