Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dialect-app/dialect
/ new
Method
new
dialect/session.py:22–25 ·
view source on GitHub ↗
Create a new instance of Session.
()
Source
from the content-addressed store, hash-verified
20
21
@staticmethod
22
def
new() -> Session:
23
""
"Create a new instance of Session."
""
24
s_session = Session()
25
return
s_session
26
27
@staticmethod
28
def
get() -> Session:
Callers
5
get
Method · 0.45
setup_spell_checking
Method · 0.45
encode_data
Method · 0.45
create_message
Method · 0.45
settings.py
File · 0.45
Calls
1
Session
Class · 0.85
Tested by
no test coverage detected