MCPcopy Index your code
hub / github.com/theskumar/python-dotenv / peek

Method peek

src/dotenv/parser.py:87–88  ·  view source on GitHub ↗
(self, count: int)

Source from the content-addressed store, hash-verified

85 )
86
87 def peek(self, count: int) -> str:
88 return self.string[self.position.chars : self.position.chars + count]
89
90 def read(self, count: int) -> str:
91 result = self.string[self.position.chars : self.position.chars + count]

Callers 3

parse_keyFunction · 0.80
parse_valueFunction · 0.80
parse_bindingFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected