:mod:`langchain_community.document_loaders.parsers.language.python`.PythonSegmenter
==========================================================================================

.. currentmodule:: langchain_community.document_loaders.parsers.language.python

.. autoclass:: PythonSegmenter

   
   
   

   
   
   .. rubric:: Methods

   .. autosummary::
   
      ~PythonSegmenter.__init__
      ~PythonSegmenter.extract_functions_classes
      ~PythonSegmenter.is_valid
      ~PythonSegmenter.simplify_code

   
   .. automethod:: PythonSegmenter.__init__
   .. automethod:: PythonSegmenter.extract_functions_classes
   .. automethod:: PythonSegmenter.is_valid
   .. automethod:: PythonSegmenter.simplify_code

   
   


.. example_links:: PythonSegmenter