MCPcopy Create free account
hub / github.com/ipython/traitlets / __get__

Method __get__

traitlets/traitlets.py:2548–2549  ·  view source on GitHub ↗
(self, obj: None, cls: type[t.Any])

Source from the content-addressed store, hash-verified

2546
2547 @t.overload
2548 def __get__(self, obj: None, cls: type[t.Any]) -> Any:
2549 ...
2550
2551 @t.overload
2552 def __get__(self, obj: t.Any, cls: type[t.Any]) -> t.Any:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected