Typing stubs for the objgraph library, providing type hints for objgraph functions. Version 3.6.0.20260408 corresponds to objgraph 3.6.x. Released as part of typeshed, updated periodically.
pip install types-objgraphNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage of objgraph with type stubs. The stubs just provide type annotations; runtime behavior is unchanged.
Ensure 'objgraph' is in your dependencies (e.g., pip install objgraph).
Check typeshed updates or contribute missing stubs.
Use 'Any' or cast if strict type checking fails.