Buckets:
MisterAI/LocalAI_Demo_backends / cpu-diffusers.upgrade-tmp /venv /lib /python3.10 /site-packages /ipykernel /log.py
| """A PUB log handler.""" | |
| import warnings | |
| from zmq.log.handlers import PUBHandler | |
| warnings.warn( | |
| "ipykernel.log is deprecated since ipykernel 4.3.0 (2016). It has moved to ipyparallel.engine.log", | |
| DeprecationWarning, | |
| stacklevel=2, | |
| ) | |
| class EnginePUBHandler(PUBHandler): | |
| """A simple PUBHandler subclass that sets root_topic""" | |
| engine = None | |
| def __init__(self, engine, *args, **kwargs): | |
| """Initialize the handler.""" | |
| PUBHandler.__init__(self, *args, **kwargs) | |
| self.engine = engine | |
| # type:ignore[misc] | |
| def root_topic(self): | |
| """this is a property, in case the handler is created | |
| before the engine gets registered with an id""" | |
| if isinstance(getattr(self.engine, "id", None), int): | |
| return "engine.%i" % self.engine.id # type:ignore[union-attr] | |
| return "engine" | |
Xet Storage Details
- Size:
- 873 Bytes
- Xet hash:
- bb1855ffdae7817c3d94051d0d4dd8c793997102a14ddaa037683d8f35c6e18a
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.