﻿jax.extend.core.DebugInfo
=========================

.. currentmodule:: jax.extend.core

.. autoclass:: DebugInfo

   
   .. automethod:: __init__

   
   .. rubric:: Methods

   .. autosummary::
   
      ~DebugInfo.__init__
      ~DebugInfo.assert_arg_names
      ~DebugInfo.assert_result_paths
      ~DebugInfo.count
      ~DebugInfo.filter_arg_names
      ~DebugInfo.filter_result_paths
      ~DebugInfo.index
      ~DebugInfo.replace_func_name
      ~DebugInfo.resolve_result_paths
      ~DebugInfo.safe_arg_names
      ~DebugInfo.safe_result_paths
      ~DebugInfo.set_result_paths
      ~DebugInfo.with_unknown_names
   
   

   
   
   .. rubric:: Attributes

   .. autosummary::
   
      ~DebugInfo.arg_names
      ~DebugInfo.func_filename
      ~DebugInfo.func_lineno
      ~DebugInfo.func_name
      ~DebugInfo.func_src_info
      ~DebugInfo.result_paths
      ~DebugInfo.traced_for
   
   