Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abetlen/llama-cpp-python
/ get_dot
Method
get_dot
examples/server/server.py:382–384 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
380
sequence: List[Tuple[str, bool]] = []
381
382
def
get_dot() -> str:
383
rule = self.DOTALL
if
self._dotall
else
self.DOT
384
return
self._add_rule(
"dot"
, rule)
385
386
def
join_sequence() -> Tuple[str, bool]:
387
if
len(sequence) == 1:
Callers
nothing calls this directly
Calls
1
_add_rule
Method · 0.95
Tested by
no test coverage detected