[ Root System Explorer ]
Location:
Root
/
proc
/
thread-self
/
root
/
opt
/
cloudlinux
/
venv
/
lib64
/
python3.11
/
site-packages
/
fluent
+ Folder
+ File
Upload
Editing: event.py
from fluent import sender class Event: def __init__(self, label, data, **kwargs): assert isinstance(data, dict), "data must be a dict" sender_ = kwargs.get("sender", sender.get_global_sender()) timestamp = kwargs.get("time", None) if timestamp is not None: sender_.emit_with_time(label, timestamp, data) else: sender_.emit(label, data)
SAVE CHANGES
[ CANCEL ]
Name
Type
Actions
.. (Parent Directory)
📄 __about__.py
FILE
Ren
[EDIT]
DEL
📄 __init__.py
FILE
Ren
[EDIT]
DEL
📁 __pycache__/
DIR
Ren
DEL
📄 asynchandler.py
FILE
Ren
[EDIT]
DEL
📄 asyncsender.py
FILE
Ren
[EDIT]
DEL
📄 event.py
FILE
Ren
[EDIT]
DEL
📄 handler.py
FILE
Ren
[EDIT]
DEL
📄 sender.py
FILE
Ren
[EDIT]
DEL