.. wxPython Phoenix documentation

   This file was generated by Phoenix's sphinx generator and associated
   tools, do not edit by hand.

   Copyright: (c) 2011-2020 by Total Control Software
   License:   wxWindows License

.. include:: headings.inc



.. _wx.ArchiveFSHandler:

==========================================================================================================================================
|phoenix_title|  **wx.ArchiveFSHandler**
==========================================================================================================================================

A file system handler for accessing files inside of archives. 
          




|

|class_hierarchy| Class Hierarchy
=================================

.. raw:: html

   <div id="toggleBlock" onclick="return toggleVisibility(this)" class="closed" style="cursor:pointer;">
   <img id="toggleBlock-trigger" src="_static/images/closed.png"/>
   Inheritance diagram for class <strong>ArchiveFSHandler</strong>:
   </div>
   <div id="toggleBlock-summary" style="display:block;"></div>
   <div id="toggleBlock-content" style="display:none;">
   <p class="graphviz">
   <center><img src="_static/images/inheritance/wx.ArchiveFSHandler_inheritance.svg" alt="Inheritance diagram of ArchiveFSHandler" usemap="#dummy" class="inheritance"/></center>
   <script type="text/javascript">toggleVisibilityOnLoad(document.getElementById('toggleBlock'))</script>
   <map id="dummy" name="dummy"> <area shape="rect" id="node1" href="wx.ArchiveFSHandler.html" title="A file system handler for accessing files inside of archives." alt="" coords="8,159,193,188"/> <area shape="rect" id="node2" href="wx.FileSystemHandler.html" title="Classes derived from wx.FileSystemHandler  are used to access virtual file systems." alt="" coords="5,82,195,111"/> <area shape="rect" id="node3" href="wx.Object.html" title="This is the root class of many of the wxWidgets classes." alt="" coords="51,5,150,34"/> </map> 
   </p>
   </div>

|


|method_summary| Methods Summary
================================

================================================================================ ================================================================================
:meth:`~wx.ArchiveFSHandler.__init__`                                            
:meth:`~wx.ArchiveFSHandler.Cleanup`                                             
================================================================================ ================================================================================


|


|api| Class API
===============


.. class:: wx.ArchiveFSHandler(FileSystemHandler)

   **Possible constructors**::

       ArchiveFSHandler() -> None
       
   
   A file system handler for accessing files inside of archives.



   .. method:: __init__(self)



      :rtype: `None`     








   .. method:: Cleanup(self)



      :rtype: `None`     







