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

Function _is_debugger

src/dotenv/main.py:353–354  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

351 return not hasattr(main, "__file__")
352
353 def _is_debugger():
354 return sys.gettrace() is not None
355
356 if usecwd or _is_interactive() or _is_debugger() or getattr(sys, "frozen", False):
357 # Should work without __file__, e.g. in REPL or IPython notebook.

Callers 1

find_dotenvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…