Skip to main content
Buy Me A Coffee
Ctrl+K

pybear

  • Installation
  • Usage
  • API
  • Dev
  • Contributing
  • Installation
  • Usage
  • API
  • Dev
  • Contributing

Section Navigation

  • feature_extraction
    • text
      • AutoTextCleaner
      • Lexicon
      • NGramMerger
      • StopRemover
      • TextJoiner
      • TextJustifier
      • TextLookup
      • TextLookupRealTime
      • TextNormalizer
      • TextPadder
      • TextRemover
      • TextReplacer
      • TextSplitter
      • TextStatistics
      • TextStripper
  • model_selection
    • autogridsearch_wrapper
    • AutoGridSearchCV
    • GSTCV
    • AutoGSTCV
  • new_numpy
    • random
      • choice
      • Sparse
      • sparse
  • preprocessing
    • ColumnDeduplicator
    • InterceptManager
    • MinCountTransformer
    • NanStandardizer
    • SlimPolyFeatures
  • utilities
    • array_sparsity
    • check_pipeline
    • feature_name_mapper
    • get_module_name
    • inf_mask
    • nan_mask
    • nan_mask_numerical
    • nan_mask_string
    • permuter
    • print_inspect_stack
    • serial_index_mapper
    • time_memory_benchmark
    • timer
    • union_find
  • API
  • utilities
  • print_inspect_stack

print_inspect_stack#

pybear.utilities.print_inspect_stack(inspect_stack)#

Print a module’s stack hierarchy to screen.

Pass inspect.stack (not inspect.stack()) to this in body of a function or module to print its stack hierarchy to screen.

Parameters:
inspect_stack:

inspect.stack from the calling function / module.

Returns:
None

See also

inspect.stack

previous

permuter

next

serial_index_mapper

© Copyright 2025, PylarBear.

Created using Sphinx 8.2.3.

Built with the PyData Sphinx Theme 0.16.1.