function not found with error AttributeError: "'module' has no attribute 'pre_save'"
Ouverte
- Langage dominant
- Go
- Étoiles
- 1k
- Forks
- 105
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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'""
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.