MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / type

Function type

src/kernels/common/baseJupyterSessionConnection.ts:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 return this.session.name;
28 }
29 public get type() {
30 return this.session.type;
31 }
32 public get serverSettings() {
33 return this.session.serverSettings;
34 }

Callers 14

_reprMethod · 0.85
_is_long_iterMethod · 0.85
_repr_long_iterMethod · 0.85
_repr_objMethod · 0.85
_reprMethod · 0.85
_is_long_iterMethod · 0.85
_repr_long_iterMethod · 0.85
_repr_objMethod · 0.85
getValueFunction · 0.85
getVariableDescriptionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected