Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/theskumar/python-dotenv
/ parser.py
File
parser.py
src/dotenv/parser.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
codecs
2
import
re
3
from
typing
import
(IO, Iterator, Match, NamedTuple, Optional,
# noqa:F401
4
Pattern, Sequence, Tuple)
Callers
nothing calls this directly
Calls
1
make_regex
Function · 0.85
Tested by
no test coverage detected