Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRaiser/PaperFlow
/ _Context
Class
_Context
tests/test_llm_parser.py:720–725 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
718
@staticmethod
719
def
inference_mode():
720
class
_Context:
721
def
__enter__(self):
722
return
None
723
724
def
__exit__(self, exc_type, exc, tb):
725
return
False
726
727
return
_Context()
728
Callers
1
inference_mode
Method · 0.85
Calls
no outgoing calls
Tested by
1
inference_mode
Method · 0.68