This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Registrovať
Prihlásiť sa
siwei
/
dify
Pridať medzi pozorované
1
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Strom:
82fc2d6b21
Branche
Tagy
dev
develop
main
dify
/
api
/
events
/
document_event.py
document_event.py
101 B
História
Raw
1
2
3
4
from
blinker
import
signal
# sender: document
document_was_deleted = signal(
"document-was-deleted"
)