Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/theskumar/python-dotenv
/ set_mark
Method
set_mark
src/dotenv/parser.py:71–72 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
69
return
self.position.chars < len(self.string)
70
71
def
set_mark(self) -> None:
72
self.mark.set(self.position)
73
74
def
get_marked(self) -> Original:
75
return
Original(
Callers
1
parse_binding
Function · 0.80
Calls
1
set
Method · 0.80
Tested by
no test coverage detected