MCPcopy 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

getMethod · 0.45
setup_spell_checkingMethod · 0.45
encode_dataMethod · 0.45
create_messageMethod · 0.45
settings.pyFile · 0.45

Calls 1

SessionClass · 0.85

Tested by

no test coverage detected